mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-24 00:59:59 -05:00
compute correct coverage
This commit is contained in:
parent
e90391a271
commit
43bb9445d0
@ -41,7 +41,7 @@ tests:debian:
|
|||||||
- python3 -m venv .venv
|
- python3 -m venv .venv
|
||||||
- source .venv/bin/activate
|
- source .venv/bin/activate
|
||||||
- pip3 install -r requirements.txt -r requirements-test.txt
|
- pip3 install -r requirements.txt -r requirements-test.txt
|
||||||
- coverage run --branch --include main.py,matweb/*.py -m unittest discover -s test
|
- coverage run --branch --include ./main.py,matweb/*.py -m unittest discover -s test
|
||||||
- coverage report -m
|
- coverage report -m
|
||||||
- coverage xml
|
- coverage xml
|
||||||
coverage: '/TOTAL.*(\d\d%)/'
|
coverage: '/TOTAL.*(\d\d%)/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user