We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee84a1 commit a2fef39Copy full SHA for a2fef39
.github/workflows/unittests.yml
@@ -136,7 +136,10 @@ jobs:
136
- name: Run Tox
137
run: UT_FLAGS="${{ matrix.flags }}" ./.config/ci/test.sh ${{ matrix.python }} ${{ matrix.mode }}
138
- name: Codecov
139
- uses: codecov/codecov-action@v4.0.0-beta.3
+ uses: codecov/codecov-action@v4
140
+ with:
141
+ fail_ci_if_error: true
142
+ token: ${{ secrets.CODECOV_TOKEN }}
143
144
cryptography:
145
name: pyca/cryptography test
0 commit comments