mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-23 16:31:22 -04:00
fixing coverage error
This commit is contained in:
parent
37469e3e08
commit
6bac3d43ed
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ tests:debian:
|
|||
- apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools
|
||||
- pip3 install wheel
|
||||
- pip3 install -r requirements.txt
|
||||
- python3-coverage run --branch --include main.py -m unittest discover -s test
|
||||
- python3-coverage run --branch main.py,matweb/*.py -m unittest discover -s test
|
||||
- python3-coverage report -m
|
||||
|
||||
build-docker:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue