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
Amandine PERRIN
pipeline_annotation
Commits
560ff54c
Commit
560ff54c
authored
Aug 02, 2021
by
Amandine PERRIN
Browse files
show content of .coverage files
parent
5aafd1e4
Pipeline
#62545
passed with stages
in 7 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
560ff54c
...
...
@@ -90,8 +90,7 @@ unit-test-ubuntu:
-
py.test test/test_unit/test_tree -xv
-
coverage report
-
coverage html
-
mv htmlcov/index.html myindex
-
more myindex
-
more .coverage
-
mv .coverage .coverage.unit
artifacts
:
paths
:
...
...
@@ -124,7 +123,7 @@ func-test-ubuntu:
-
py.test test/test_unit/test_align -vx
-
coverage report
-
coverage html
-
more
htmlcov/index.html
-
more
.coverage
-
mv .coverage .coverage.functional
artifacts
:
paths
:
...
...
@@ -147,8 +146,8 @@ coverage:
-
pip3 install -r requirements-dev.txt
script
:
-
pwd
-
more
myindex
-
more
htmlcov/index.htm
l
-
more
.coverage.unit
-
more
.coverage.functiona
l
-
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
.
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