File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ allowing package qualified test names to be used.
23
23
24
24
If the COVERALLS environemenal variable is present and non-empty, coverage will
25
25
be measured and reported to COVERALLS on platforms supported by CI-Utils.
26
- Additionally, the environmental variable COVERAGE_EXCLUDED is read as a colon
26
+ Additionally, the environmental variable COVERAGE_EXCLUDE is read as a colon
27
27
seperated list of paths to exclude from measuring coverage, in addition to those
28
28
specified as arguments.
29
29
Original file line number Diff line number Diff line change 22
22
,@ body))
23
23
24
24
(defun coverage-excluded ()
25
- " Gets the contents of the COVERAGE_EXCLUDED environemental variable as a list
25
+ " Gets the contents of the COVERAGE_EXCLUDE environemental variable as a list
26
26
of path strings"
27
27
; Copied from Eitaro Fukamachi's run-prove under the MIT license
28
28
; https://github.com/fukamachi/prove/blob/master/roswell/run-prove.ros
You can’t perform that action at this time.
0 commit comments