Skip to content

Commit e694f07

Browse files
committed
Fix typo in COVERAGE_EXCLUDE in docsting and help message
1 parent 2d5a059 commit e694f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roswell/run-fiveam.ros

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allowing package qualified test names to be used.
2323
2424
If the COVERALLS environemenal variable is present and non-empty, coverage will
2525
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
2727
seperated list of paths to exclude from measuring coverage, in addition to those
2828
specified as arguments.
2929

src/coveralls.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
,@body))
2323

2424
(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
2626
of path strings"
2727
; Copied from Eitaro Fukamachi's run-prove under the MIT license
2828
; https://github.com/fukamachi/prove/blob/master/roswell/run-prove.ros

0 commit comments

Comments
 (0)