We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To Reproduce Create a new gradle subproject, add a class, but don't add any test class. Run ./gradlew build. The build passes.
./gradlew build
Expected behavior The build should fail due to lack of test coverage.
The text was updated successfully, but these errors were encountered:
https://discuss.gradle.org/t/make-jacoco-test-coverage-verification-fail-if-there-is-no-test/39508/2
Sorry, something went wrong.
No branches or pull requests
To Reproduce
Create a new gradle subproject, add a class, but don't add any test class. Run
./gradlew build
. The build passes.Expected behavior
The build should fail due to lack of test coverage.
The text was updated successfully, but these errors were encountered: