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
23d4014e
Commit
23d4014e
authored
Apr 29, 2022
by
Erick Bajao
Committed by
Scott Hampton
May 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new coverage_report keyword in CI config
(cherry picked from commit d36f61effb2d7e12b206dffcb1bd8e17a9250bb1)
parent
459b3357
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+3
-1
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+3
-1
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
23d4014e
...
@@ -280,7 +280,9 @@ coverage-frontend:
...
@@ -280,7 +280,9 @@ coverage-frontend:
paths
:
paths
:
-
coverage-frontend/
-
coverage-frontend/
reports
:
reports
:
cobertura
:
coverage-frontend/cobertura-coverage.xml
coverage_report
:
coverage_format
:
cobertura
path
:
coverage-frontend/cobertura-coverage.xml
.qa-frontend-node
:
.qa-frontend-node
:
extends
:
extends
:
...
...
.gitlab/ci/rails.gitlab-ci.yml
View file @
23d4014e
...
@@ -598,7 +598,9 @@ rspec:coverage:
...
@@ -598,7 +598,9 @@ rspec:coverage:
-
coverage/assets/
-
coverage/assets/
-
coverage/lcov/
-
coverage/lcov/
reports
:
reports
:
cobertura
:
coverage/coverage.xml
coverage_report
:
coverage_format
:
cobertura
path
:
coverage/coverage.xml
rspec:undercoverage:
rspec:undercoverage:
extends
:
extends
:
...
...
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