Skip to content

Commit

Permalink
Update pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Carole Sudre authored and Carole Sudre committed Sep 26, 2024
1 parent 907aa49 commit c8b9f21
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 @@ -51,7 +51,7 @@ jobs:
# Run the unit tests using the coverage program and create the XML output file
- name: Test with pytest
run: |
pytest --cov --cov-config=.coveragerc --cov-report=xml -vv
python -m pytest --cov --cov-config=.coveragerc --cov-report=xml -vv
# Using Codecov's action, upload the coverage report for the triggering commit/PR
- name: Upload coverage
Expand Down

0 comments on commit c8b9f21

Please sign in to comment.