Calcul de la couverture

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-01-26 18:47:18 +01:00
parent 1fc558a2ad
commit 60e09751da
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 2 deletions

BIN
.coverage Normal file

Binary file not shown.

View File

@ -25,5 +25,5 @@ test:
stage: test
image: python:3-alpine
before_script:
- pip install pytest --no-cache-dir
script: pytest --showlocals .
- pip install pytest pytest-cov --no-cache-dir
script: pytest --showlocals --cov=main --cov=main_test --cov-report=term-missing .