Skip to content
Snippets Groups Projects
Commit 6cb2ccd8 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

try ommiting __init__.py file

parent 7d714a22
No related branches found
No related tags found
No related merge requests found
Pipeline #62435 failed
...@@ -117,9 +117,9 @@ func-test-ubuntu: ...@@ -117,9 +117,9 @@ func-test-ubuntu:
# - py.test test/test_functional/test_annote.py -xv # - py.test test/test_functional/test_annote.py -xv
# - py.test test/test_functional/test_all* -vx # - py.test test/test_functional/test_all* -vx
# - py.test test/test_functional/test_prepare* -vx # - py.test test/test_functional/test_prepare* -vx
- mv .coverage .coverage.functional
- coverage report - coverage report
- coverage html - coverage html
- mv .coverage .coverage.functional
artifacts: artifacts:
paths: paths:
- .coverage.functional - .coverage.functional
...@@ -140,8 +140,9 @@ coverage: ...@@ -140,8 +140,9 @@ coverage:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
#- coverage combine # .coverage-unit .coverage-functional #- coverage combine # .coverage-unit .coverage-functional
- mv .coverage.functional .coverage
- coverage report --omit --omit PanACoTA/__init__.py
- coverage html - coverage html
- coverage report
- coverage html -i - coverage html -i
- coverage report -i - coverage report -i
# test coverage parsing: \d+\%\s*$ # test coverage parsing: \d+\%\s*$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment