Fix generate coverage report
This commit is contained in:
parent
5653ce37ca
commit
36d0d26403
|
@ -181,7 +181,7 @@ jobs:
|
|||
run: "tox -e ${{ matrix.tox_env }}-coverage"
|
||||
|
||||
- name: Generate coverage report
|
||||
if: "! matrix.use_coverage"
|
||||
if: "matrix.use_coverage"
|
||||
run: python -m coverage xml
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
|
|
Loading…
Reference in New Issue