fix python-tests.yml

This commit is contained in:
Sina Atalay 2023-10-11 17:03:14 +02:00 committed by GitHub
parent 46e19bfc91
commit 1bdce2a249
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
pip install pytest pytest-cov
pytest --cov-report html --cov="." tests/
- name: Upload coverage data to smokeshow
if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12"}} # upload coverage once
if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'}} # upload coverage once
run: |
pip install smokeshow
smokeshow upload ./htmlcov