mirror of
https://github.com/rendercv/rendercv.git
synced 2026-01-28 15:11:31 -05:00
try to fix tests
This commit is contained in:
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@@ -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/
|
||||
Reference in New Issue
Block a user