Skip to content

Commit aa5922b

Browse files
Merge pull request #148 from codecov/v4-action
feat: upgrade to v4
2 parents 6609e6d + e703ae6 commit aa5922b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ jobs:
1515
- name: Run tests and collect coverage
1616
run: pytest --cov app
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v3
18+
uses: codecov/codecov-action@v4.0.0-beta.2
19+
env:
20+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)