mirror of https://github.com/eyhc1/rendercv.git
try to generate coverage report
This commit is contained in:
parent
71e05ad26a
commit
d45abc810d
|
@ -37,4 +37,9 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
pip install pytest pytest-cov
|
||||
pytest --cov-report=html --junitxml=report.xml -v tests/
|
||||
pytest --cov-report html --cov="./coverage-report/" tests/
|
||||
- name: upload coverage data
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: coverage-report
|
||||
path: ./coverage-report/
|
Loading…
Reference in New Issue