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
Describe the bug
We are using Gradle build cache to optimize the build. While it generally works great and saves us a bunch of time, whenever some tests are skipped due to the cache we get only partial coverage information which fails the build as it doesn't match the min.
To Reproduce
Issue occurs randomly when building.
Expected behavior
Jacoco coverage check should have consistent behavior and not fail the build if tests are skipped due to Gradle cache.
The text was updated successfully, but these errors were encountered:
Library Version
Latest
Describe the bug
We are using Gradle build cache to optimize the build. While it generally works great and saves us a bunch of time, whenever some tests are skipped due to the cache we get only partial coverage information which fails the build as it doesn't match the min.
To Reproduce
Issue occurs randomly when building.
Expected behavior
Jacoco coverage check should have consistent behavior and not fail the build if tests are skipped due to Gradle cache.
The text was updated successfully, but these errors were encountered: