-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for code coverage. (#505)
* `kt_jvm_test` supports coverage collection. * `kt_jvm_library` propagates transitive coverage information. This provides coverage support of Java code in `java_library` + `android_library` targets through `kt_jvm_test.` It also provides coverage support of Java code in `kt_jvm_library` when experimental_use_abi_jars is enabled. TODO: Instrument Kotlin code for coverage.
- Loading branch information
1 parent
fde5804
commit 0a2440b
Showing
4 changed files
with
93 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters