Skip to content

Commit

Permalink
Update codecov action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nut committed Apr 22, 2024
1 parent 393f936 commit 13a3cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
DATABASE_URL: postgresql://postgres:postgres@0.0.0.0:5432/jedeschule_test
DATABASE_URL_TEST: postgresql://postgres:postgres@0.0.0.0:5432/jedeschule_test
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true

0 comments on commit 13a3cc0

Please sign in to comment.