C-Otto / BitBook

BitBook helps you organize your bitcoin addresses and transactions.
https://bitbook.c-otto.de
MIT License
43 stars 6 forks source link

Bug: build should fail if subproject does not have any test #82

Open C-Otto opened 3 years ago

C-Otto commented 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.

Expected behavior The build should fail due to lack of test coverage.

C-Otto commented 3 years ago

https://discuss.gradle.org/t/make-jacoco-test-coverage-verification-fail-if-there-is-no-test/39508/2