Enforce coverage checks in maven builds
Open
bug
good first issue
- Dominant language
- Kotlin
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Coverage checks are not enforced in maven builds. As of now once we run maven install, if the coverage is low the build is not failing.Either the coverage is not computed or if computed it is not enforced.
**To Reproduce**
Steps to reproduce the behavior:
Disable all unit tests and run mvn clean install build will succeed.
**Expected behavior**
Coverage should be computed and enforced. If project coverage is less that 95% or the diff coverage is less that 95% the build should fail.
Contributor guide
Assessment
This issue has not been assessed yet.