GitLab CI: Fixed coverage invocation.
This commit is contained in:
parent
51c804abf3
commit
5537f2e1f3
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ test:
|
|||
stage: test
|
||||
script:
|
||||
- pip3 install -r requirements.txt
|
||||
- sudo -u matemat python3-coverage run --branch -m unittest discover matemat
|
||||
- sudo -u matemat python3-coverage report -m --include 'matemat/*' --omit '*/test_*.py'
|
||||
- sudo -u matemat python3 -m coverage run --branch -m unittest discover matemat
|
||||
- sudo -u matemat python3 -m coverage report -m --include 'matemat/*' --omit '*/test_*.py'
|
||||
|
||||
codestyle:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue