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
331be6c1
Commit
331be6c1
authored
Aug 01, 2021
by
Amandine PERRIN
Browse files
only publish coverage for functional tests
parent
6958197b
Pipeline
#62511
failed with stages
in 5 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
331be6c1
...
...
@@ -137,7 +137,8 @@ coverage:
before_script
:
-
pip3 install -r requirements-dev.txt
script
:
-
coverage combine .coverage-unit .coverage-functional
# - coverage combine .coverage-unit .coverage-functional
-
mv .coverage-functional .coverage
-
coverage html -i
-
coverage report -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