Skip to content

Commit

Permalink
Fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
aviolaris committed Jun 15, 2024
1 parent f935e8a commit f3f6093
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 app --cache-clear --cov-report=xml
pytest tests --cache-clear --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.4.1
with:
Expand Down

0 comments on commit f3f6093

Please sign in to comment.