Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
tank
Commits
77987891
Verified
Commit
77987891
authored
10 months ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
ci: update regex
parent
199d9328
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
77987891
...
...
@@ -58,7 +58,7 @@ test-all:
-
go test -v $(go list ./... | grep -v api/docs) -coverprofile=coverage.out -covermode count
-
go get github.com/boumenot/gocover-cobertura
-
go run github.com/boumenot/gocover-cobertura < coverage.out > coverage.xml
coverage
:
'
/
^coverage:
(\d+.\d+)%
of
statements$
/
'
coverage
:
'
^coverage:
(\d+.\d+)%
of
statements$'
artifacts
:
reports
:
coverage_report
:
...
...
This diff is collapsed.
Click to expand it.
Ernesto Rico Schmidt
@eigenwijsje
mentioned in commit
87d9abb2
·
10 months ago
mentioned in commit
87d9abb2
mentioned in commit 87d9abb2fec2105df71c05cf1b0d82d0a8b6292f
Toggle commit list
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