Skip to content

Commit

Permalink
Update Codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aviolaris committed Jun 15, 2024
1 parent a385f0b commit 5e579c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install pytest-cov
- name: Run tests and collect coverage
run: |
pytest tests --cache-clear --cov-report=xml
pytest --cov=app --cov-report=xml tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.4.1
with:
Expand Down

0 comments on commit 5e579c4

Please sign in to comment.