Skip to content

Commit

Permalink
Re-enable code coverage for device tests
Browse files Browse the repository at this point in the history
Fixes #2257
  • Loading branch information
alexvanyo committed Dec 28, 2024
1 parent 0019910 commit 3b05443
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ fun Project.configureJacoco(

commonExtension.buildTypes.configureEach {
enableUnitTestCoverage = true
// TODO: Re-enable test coverage for instrumented tests
// enableAndroidTestCoverage = true
enableAndroidTestCoverage = true
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit 3b05443

Please sign in to comment.