Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
a26a3e65
Commit
a26a3e65
authored
Jul 04, 2016
by
Andreas Marek
Browse files
Gitlab CI disable coverage data collection
parent
20d7471a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a26a3e65
...
...
@@ -1864,13 +1864,13 @@ test_project:
-
rm -rf installdest
-
popd
# print coverage results
total_coverage
:
stage
:
coverage
tags
:
-
cpu
script
:
-
./ci_coverage_summary
artifacts
:
paths
:
-
coverage_summary
#
# print coverage results
#
total_coverage:
#
stage: coverage
#
tags:
#
- cpu
#
script:
#
- ./ci_coverage_summary
#
artifacts:
#
paths:
#
- coverage_summary
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