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
9f68a1e4
Commit
9f68a1e4
authored
Feb 21, 2021
by
Marcel Amirault
Committed by
Evan Read
Feb 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dotnet coverage example
parent
fb5c29ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
doc/ci/pipelines/settings.md
doc/ci/pipelines/settings.md
+14
-12
No files found.
doc/ci/pipelines/settings.md
View file @
9f68a1e4
...
...
@@ -133,19 +133,21 @@ averaged.
<!-- vale gitlab.Spelling = NO -->
| Coverage Tool | Sample regular expression |
|------------------------------------------------|---------------------------|
| Simplecov (Ruby) |
`\(\d+.\d+\%\) covered`
|
| pytest-cov (Python) |
`^TOTAL.+?(\d+\%)$`
|
| Coverage Tool | Sample regular expression
|
|------------------------------------------------|---------------------------
--------------------
|
| Simplecov (Ruby) |
`\(\d+.\d+\%\) covered`
|
| pytest-cov (Python) |
`^TOTAL.+?(\d+\%)$`
|
| Scoverage (Scala) |
`Statement coverage[A-Za-z\.*]\s*:\s*([^%]+)`
|
|
`phpunit --coverage-text --colors=never`
(PHP) |
`^\s*Lines:\s*\d+.\d+\%`
|
| gcovr (C/C++) |
`^TOTAL.*\s+(\d+\%)$`
|
|
`tap --coverage-report=text-summary`
(NodeJS) |
`^Statements\s*:\s*([^%]+)`
|
|
`nyc npm test`
(NodeJS) |
`All files[^|]*\|[^|]*\s+([\d\.]+)`
|
| excoveralls (Elixir) |
`\[TOTAL\]\s+(\d+\.\d+)%`
|
|
`mix test --cover`
(Elixir) |
`\d+.\d+\%\s+\|\s+Total`
|
| JaCoCo (Java/Kotlin) |
`Total.*?([0-9]{1,3})%`
|
|
`go test -cover`
(Go) |
`coverage: \d+.\d+% of statements`
|
|
`phpunit --coverage-text --colors=never`
(PHP) |
`^\s*Lines:\s*\d+.\d+\%`
|
| gcovr (C/C++) |
`^TOTAL.*\s+(\d+\%)$`
|
|
`tap --coverage-report=text-summary`
(NodeJS) |
`^Statements\s*:\s*([^%]+)`
|
|
`nyc npm test`
(NodeJS) |
`All files[^|]*\|[^|]*\s+([\d\.]+)`
|
| excoveralls (Elixir) |
`\[TOTAL\]\s+(\d+\.\d+)%`
|
|
`mix test --cover`
(Elixir) |
`\d+.\d+\%\s+\|\s+Total`
|
| JaCoCo (Java/Kotlin) |
`Total.*?([0-9]{1,3})%`
|
|
`go test -cover`
(Go) |
`coverage: \d+.\d+% of statements`
|
| .Net (OpenCover) |
`(Visited Points).*\((.*)\)`
|
| .Net (
`dotnet test`
line coverage) |
`Total\s*\|\s*(\d+\.?\d+)`
|
<!-- 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