Skip to content

Commit

Permalink
Merge branch 'main' into renovate/jetbrainscomposematerialiconsextended
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo authored Dec 31, 2024
2 parents 1b83f69 + c3e35f9 commit 3dc1ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ jobs:

codecov-device-coverage-upload:
needs: [android-test-gmd, android-test-gmd-cfg]
if: always()
# TODO: Re-enable with device code coverage: https://github.com/alexvanyo/composelife/issues/2257
if: false
runs-on: ubuntu-latest

strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fun Project.configureJacoco(

commonExtension.buildTypes.configureEach {
enableUnitTestCoverage = true
// TODO: Re-enable test coverage for instrumented tests
// TODO: Re-enable test coverage for instrumented tests https://github.com/alexvanyo/composelife/issues/2257
// enableAndroidTestCoverage = true
}

Expand Down

0 comments on commit 3dc1ea0

Please sign in to comment.