Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djokester authored Jul 3, 2024
1 parent 0153fef commit f89fb3f
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 @@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r requirements.txt pytest coverage
- name: Run tests and collect coverage
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
- name: Upload coverage to Codecov
Expand Down

0 comments on commit f89fb3f

Please sign in to comment.