Update ci.yml

This commit is contained in:
Alex Lushpai 2024-05-24 22:17:46 +03:00 committed by GitHub
parent 5e61524176
commit 7c1e9faae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ jobs:
COVERAGE: ${{ matrix.coverage }}
if: env.COVERAGE == 1
run: |
coverage xml -m unittest tests/*.py -o coverage.xml
coverage run -m unittest tests/*.py
- name: Coverage
env:
COVERAGE: ${{ matrix.coverage }}