mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-24 05:58:06 -05:00
try to generate coverage report
This commit is contained in:
7
.github/workflows/python-tests.yml
vendored
7
.github/workflows/python-tests.yml
vendored
@@ -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/
|
||||
Reference in New Issue
Block a user