Skip to content

Commit a2fef39

Browse files
committed
Update codecov-action
1 parent 9ee84a1 commit a2fef39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ jobs:
136136
- name: Run Tox
137137
run: UT_FLAGS="${{ matrix.flags }}" ./.config/ci/test.sh ${{ matrix.python }} ${{ matrix.mode }}
138138
- name: Codecov
139-
uses: codecov/codecov-action@v4.0.0-beta.3
139+
uses: codecov/codecov-action@v4
140+
with:
141+
fail_ci_if_error: true
142+
token: ${{ secrets.CODECOV_TOKEN }}
140143

141144
cryptography:
142145
name: pyca/cryptography test

0 commit comments

Comments
 (0)