Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
C
CI-Utils
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
Neil Lindquist
CI-Utils
Commits
76e8f77a
Unverified
Commit
76e8f77a
authored
2 years ago
by
Neil Lindquist
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3bd09942
608733b0
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#561827194
passed
2 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roswell/run-fiveam.ros
+1
-1
1 addition, 1 deletion
roswell/run-fiveam.ros
src/coveralls.lisp
+1
-1
1 addition, 1 deletion
src/coveralls.lisp
with
2 additions
and
2 deletions
roswell/run-fiveam.ros
+
1
−
1
View file @
76e8f77a
...
...
@@ -23,7 +23,7 @@ allowing package qualified test names to be used.
If the COVERALLS environemenal variable is present and non-empty, coverage will
be measured and reported to COVERALLS on platforms supported by CI-Utils.
Additionally, the environmental variable COVERAGE_EXCLUDE
D
is read as a colon
Additionally, the environmental variable COVERAGE_EXCLUDE is read as a colon
seperated list of paths to exclude from measuring coverage, in addition to those
specified as arguments.
...
...
This diff is collapsed.
Click to expand it.
src/coveralls.lisp
+
1
−
1
View file @
76e8f77a
...
...
@@ -22,7 +22,7 @@
,@
body
))
(
defun
coverage-excluded
()
"Gets the contents of the COVERAGE_EXCLUDE
D
environemental variable as a list
"Gets the contents of the COVERAGE_EXCLUDE environemental variable as a list
of path strings"
; Copied from Eitaro Fukamachi's run-prove under the MIT license
; https://github.com/fukamachi/prove/blob/master/roswell/run-prove.ros
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment