Open C-Otto opened 3 years ago
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.
https://discuss.gradle.org/t/make-jacoco-test-coverage-verification-fail-if-there-is-no-test/39508/2
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.