intuit / intuit/spring-pulsar

Enforce coverage checks in maven builds

Open
#52 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.