Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amandine PERRIN
pipeline_annotation
Commits
7919cb6e
Commit
7919cb6e
authored
Aug 01, 2021
by
Amandine PERRIN
Browse files
combine both coverages, but only unit test coverage is shown
parent
41b8656e
Pipeline
#62517
passed with stages
in 6 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7919cb6e
...
...
@@ -139,8 +139,8 @@ coverage:
-
pip3 install -r requirements-dev.txt
script
:
-
pwd
#
- coverage combine .coverage.unit .coverage.functional
-
mv .coverage.functional .coverage
# only func coverage for now
-
coverage combine .coverage.unit .coverage.functional
#
- mv .coverage.functional .coverage # only func coverage for now
-
coverage report -i
-
coverage html -i
# test coverage parsing: \d+\%\s*$
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment