You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/PHPUnit.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ the following environment variables are used by all scripts
14
14
15
15
the following environment variable is used by the coverage2codeowner script
16
16
-`MIN_COVERAGE` (optional): minimum coverage required for the job to succeed. defaults to 0.1
17
+
-`PHPUNIT_BASELINE` (optional): filepath of file containing paths to files and / or directories which are within the defined code space, but should be ignored while calculating coverage statistics.
17
18
18
19
### assumptions
19
20
@@ -32,9 +33,10 @@ this way the other coverage artifacts (junit & xml) can be used by for example i
0 commit comments