Skip to content

Commit

Permalink
Merge pull request #148 from codecov/v4-action
Browse files Browse the repository at this point in the history
feat: upgrade to v4
  • Loading branch information
thomasrockhu-codecov authored Sep 14, 2023
2 parents 6609e6d + e703ae6 commit aa5922b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov app
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit aa5922b

Please sign in to comment.