1
0
Fork 0
forked from s3lph/matemat

CI: Exclude abstract_httpd_test from coverage.

This commit is contained in:
s3lph 2018-08-17 20:53:19 +02:00
parent 5bace1a3f8
commit 8adb3402d0

View file

@ -11,7 +11,7 @@ test:
script:
- pip3 install -r requirements.txt
- 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'
- sudo -u matemat python3 -m coverage report -m --include 'matemat/*' --omit '*/test_*.py' --omit 'matemat/webserver/test/abstract_httpd_test.py'
codestyle:
stage: test