We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea011cf + 86c3835 commit 446fa95Copy full SHA for 446fa95
.scrutinizer.yml
@@ -22,6 +22,10 @@ tools:
22
external_code_coverage:
23
timeout: 3600
24
25
+filter:
26
+ paths:
27
+ - "src/"
28
+
29
build_failure_conditions:
30
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
31
- 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection
0 commit comments