Skip to content
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

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

Open
C-Otto opened this issue Apr 18, 2021 · 1 comment
Open

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

C-Otto opened this issue Apr 18, 2021 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed p3-nice-to-have Nice to have

Comments

@C-Otto
Copy link
Owner

C-Otto commented Apr 18, 2021

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 C-Otto added the bug Something isn't working label Apr 18, 2021
@C-Otto
Copy link
Owner Author

C-Otto commented Apr 20, 2021

@C-Otto C-Otto added help wanted Extra attention is needed p3-nice-to-have Nice to have labels Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed p3-nice-to-have Nice to have
Projects
None yet
Development

No branches or pull requests

1 participant