Commit bba92347 authored by Evan Read's avatar Evan Read

Merge branch 'puzzlewolf-master-patch-04919' into 'master'

Add coverage regex for Rust's tarpaulin

See merge request gitlab-org/gitlab!68469
parents be9a3c4f 02a8a857
...@@ -233,6 +233,7 @@ Use this regex for commonly used test tools. ...@@ -233,6 +233,7 @@ Use this regex for commonly used test tools.
- `go test -cover` (Go). Example: `coverage: \d+.\d+% of statements`. - `go test -cover` (Go). Example: `coverage: \d+.\d+% of statements`.
- .NET (OpenCover). Example: `(Visited Points).*\((.*)\)`. - .NET (OpenCover). Example: `(Visited Points).*\((.*)\)`.
- .NET (`dotnet test` line coverage). Example: `Total\s*\|\s*(\d+(?:\.\d+)?)`. - .NET (`dotnet test` line coverage). Example: `Total\s*\|\s*(\d+(?:\.\d+)?)`.
- tarpaulin (Rust). Example: `^\d+.\d+% coverage`.
<!-- vale gitlab.Spelling = YES --> <!-- vale gitlab.Spelling = YES -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment