mirror of https://github.com/eyhc1/rendercv.git
fix python-tests.yml
This commit is contained in:
parent
46e19bfc91
commit
1bdce2a249
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue