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.
1 parent 75c531d commit b6c17ccCopy full SHA for b6c17cc
README.md
@@ -33,3 +33,18 @@ This creates an additional task testCoverage which will run tests against instru
33
- [x] running JUnit tests against instrumented scala code
34
- [x] failing the build on lack of coverage
35
36
+Then launch command :
37
+`gradle testScct` or `gradle checkScct`
38
+
39
40
+CheckScct
41
+---------
42
43
+By default, when you launch `gradle checkScct` build fail if only 75% of project is covered by tests.
44
45
+To configure it as you want, add this configuration :
46
+```
47
+checkScct {
48
+ minimumLineRate = 0.5
49
+}
50
0 commit comments