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
5aafd1e4
Commit
5aafd1e4
authored
Aug 02, 2021
by
Amandine PERRIN
Browse files
show content of artifacts
parent
a3161561
Pipeline
#62544
passed with stages
in 5 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5aafd1e4
...
...
@@ -89,10 +89,14 @@ unit-test-ubuntu:
# - py.test test/test_unit/test_align -vx
-
py.test test/test_unit/test_tree -xv
-
coverage report
-
coverage html
-
mv htmlcov/index.html myindex
-
more myindex
-
mv .coverage .coverage.unit
artifacts
:
paths
:
-
.coverage.unit
-
myindex
expire_in
:
1 hour
...
...
@@ -143,6 +147,7 @@ coverage:
-
pip3 install -r requirements-dev.txt
script
:
-
pwd
-
more myindex
-
more htmlcov/index.html
-
coverage combine .coverage.unit .coverage.functional
-
ls -la
...
...
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