Skip to content

build: flaky coverage check during build leads to failures #1675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dariuszkuc opened this issue Feb 16, 2023 · 1 comment
Closed

build: flaky coverage check during build leads to failures #1675

dariuszkuc opened this issue Feb 16, 2023 · 1 comment
Labels
type: bug Something isn't working

Comments

@dariuszkuc
Copy link
Collaborator

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.

@dariuszkuc dariuszkuc added the type: bug Something isn't working label Feb 16, 2023
@dariuszkuc
Copy link
Collaborator Author

Fixed in #1726

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Development

No branches or pull requests

1 participant