Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Update testing file
  • Loading branch information
victor-zheng-codes committed Dec 28, 2023
1 parent e8c036c commit ee3658c
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 ee3658c

Please sign in to comment.