Skip to content

Commit 6f76306

Browse files
committed
Revert "Accept no change of coverage"
This reverts commit 04a8ddf.
1 parent 1dfd4db commit 6f76306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ tools:
2323
build_failure_conditions:
2424
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
2525
- 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
26-
- 'project.metric_change("scrutinizer.test_coverage", <= 0)' # Code Coverage decreased from previous inspection
26+
- 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection
2727
- 'patches.label("Unused Use Statements").new.exists' # No new unused imports patches allowed

0 commit comments

Comments
 (0)