You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
- implemented API method to get binary report as a byte array
- implemented API method to save binary report
- bump Intellij Coverage Library to `1.0.740`
Co-authored-by: Leonid Startsev <sandwwraith@users.noreply.github.com>
Resolves#503
PR #500
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 arraykotlinx.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.The text was updated successfully, but these errors were encountered: