Generate coverage report if test with coverage

This commit is contained in:
Cristian Vera 2021-10-30 20:02:55 -03:00
parent 8c59249687
commit 0b4b7ad474
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ jobs:
if: "matrix.use_coverage"
run: "tox -e ${{ matrix.tox_env }}-coverage"
- name: Generate coverge report
- name: Generate coverage report
if: " !matirx.use_coverage"
run: python -m coverage xml
- name: Upload coverage to Codecov