Skip to content

Commit 2cfb547

Browse files
committed
Bump codecov-action to v4 with a secret token
1 parent a6358c9 commit 2cfb547

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,7 @@ jobs:
7373
- name: Test with coverage
7474
run: pytest --cov=gql --cov-report=xml --cov-report=term-missing tests
7575
- name: Upload coverage to Codecov
76-
uses: codecov/codecov-action@v3
76+
uses: codecov/codecov-action@v4
77+
with:
78+
fail_ci_if_error: false
79+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)