fix htmlcov

This commit is contained in:
Sina Atalay 2023-10-09 21:30:19 +02:00
parent d45abc810d
commit 58d98e0dba
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: | run: |
pip install pytest pytest-cov pip install pytest pytest-cov
pytest --cov-report html --cov="./coverage-report/" tests/ pytest --cov-report html --cov="." tests/
- name: upload coverage data - name: upload coverage data
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: coverage-report name: htmlcov
path: ./coverage-report/ path: ./htmlcov