Skip to content

Commit

Permalink
Merge pull request #12 from Hart-House-Chess-Club/tests_update
Browse files Browse the repository at this point in the history
Update python-app.yml for testing
  • Loading branch information
victor-zheng-codes committed Dec 28, 2023
2 parents e8c036c + ee3658c commit 3429935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ 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 rating_tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
continue-on-error: true

0 comments on commit 3429935

Please sign in to comment.