fix htmlcov

This commit is contained in:
Sina Atalay
2023-10-09 21:30:19 +02:00
parent d45abc810d
commit 58d98e0dba

View File

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