Skip to content
Snippets Groups Projects
Commit ef1d3e4b authored by Andreas Valder's avatar Andreas Valder
Browse files

Update .gitlab-ci.yml

parent 24321f08
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ unittest: ...@@ -7,9 +7,9 @@ unittest:
- python3 -V - python3 -V
- uname -a - uname -a
- python3 -m coverage run tests.py - python3 -m coverage run tests.py
- python3 -m coverage report - python3 -m coverage report --include "./*"
- python3 -m coverage report -m > report.txt - python3 -m coverage report -m --include "./*" > report.txt
- python3 -m coverage html - python3 -m coverage --include "./*" html
artifacts: artifacts:
paths: paths:
- htmlcov/* - htmlcov/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment