mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-06-02 21:23:07 -04:00
create coverage report visualization artifact for gitlab
This commit is contained in:
parent
419a95fba7
commit
18604650d0
1 changed files with 10 additions and 6 deletions
|
@ -44,6 +44,10 @@ tests:debian:
|
|||
- pip3 install -r requirements.txt -r requirements-test.txt
|
||||
- python3-coverage run --branch --include main.py,matweb/*.py -m unittest discover -s test
|
||||
- python3-coverage report -m
|
||||
- python3-coverage xml
|
||||
artifacts:
|
||||
reports:
|
||||
cobertura: coverage.xml
|
||||
|
||||
build-docker:
|
||||
stage: build_container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue