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
a3161561
Commit
a3161561
authored
Aug 02, 2021
by
Amandine PERRIN
Browse files
show content of artifacts
parent
555fa55a
Pipeline
#62542
passed with stages
in 6 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a3161561
...
...
@@ -119,10 +119,13 @@ func-test-ubuntu:
# - py.test test/test_functional/test_prepare* -vx
-
py.test test/test_unit/test_align -vx
-
coverage report
-
coverage html
-
more htmlcov/index.html
-
mv .coverage .coverage.functional
artifacts
:
paths
:
-
.coverage.functional
-
htmlcov/index.html
expire_in
:
1 hour
...
...
@@ -140,6 +143,7 @@ coverage:
-
pip3 install -r requirements-dev.txt
script
:
-
pwd
-
more htmlcov/index.html
-
coverage combine .coverage.unit .coverage.functional
-
ls -la
# - mv .coverage.functional .coverage # only func coverage for now
...
...
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