mirror of https://github.com/eyhc1/rendercv.git
fix htmlcov
This commit is contained in:
parent
d45abc810d
commit
58d98e0dba
|
@ -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
|
Loading…
Reference in New Issue