Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
02a8a857
Commit
02a8a857
authored
Aug 18, 2021
by
Nora Widdecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add coverage regex for Rust's tarpaulin
parent
5a59980a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
doc/ci/pipelines/settings.md
doc/ci/pipelines/settings.md
+1
-0
No files found.
doc/ci/pipelines/settings.md
View file @
02a8a857
...
...
@@ -233,6 +233,7 @@ Use this regex for commonly used test tools.
-
`go test -cover`
(Go). Example:
`coverage: \d+.\d+% of statements`
.
-
.NET (OpenCover). Example:
`(Visited Points).*\((.*)\)`
.
-
.NET (
`dotnet test`
line coverage). Example:
`Total\s*\|\s*(\d+(?:\.\d+)?)`
.
-
tarpaulin (Rust). Example:
`^\d+.\d+% coverage`
.
<!-- vale gitlab.Spelling = YES -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment