Replies: 1 comment
-
Regarding your questions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that ReportGenerator supports setting
minimumCoverageThresholds:lineCoverage
, which is ok for validating overall coverage. However, I couldn’t find a way to calculate or enforce coverage deltas across the report history.In most CI pipelines, I aim to fail the build if new or changed code doesn’t meet a defined coverage threshold, rather than basing the decision on the overall project coverage.
Is there currently a way to:
If not, is there an alternative approach or best practice you’d recommend for this use case?
Beta Was this translation helpful? Give feedback.
All reactions