Skip to content

Add API to get or save the binary report inside Kover Offline Runtime #503

@shanshin

Description

@shanshin

There is a need to add two methods to the kover-offline-runtime API:

  • kotlinx.kover.offline.runtime.api.KoverRuntime#getReport()[B - getting a binary report in ic format as an byte array
  • kotlinx.kover.offline.runtime.api.KoverRuntime#saveReport(Ljava.io.File;)V - saving a binary report in ic format to a file at the specified path. If the file does not exist, it will be created. If a file with that name already exists, it will be overwritten.

Metadata

Metadata

Assignees

Labels

FeatureFeature request issue typeS: ready for releaseStatus: merged in the main branch

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions