mirror of https://github.com/eyhc1/rendercv.git
try to fix tests
This commit is contained in:
parent
2492bbe2d8
commit
9e5ea632db
|
@ -37,4 +37,4 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
pip install pytest pytest-cov
|
||||
pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
|
||||
pytest --cov-report=html --junitxml=report.xml -v tests/
|
Loading…
Reference in New Issue