We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264b2c9 commit 6af6648Copy full SHA for 6af6648
1 file changed
.github/workflows/test.yml
@@ -57,13 +57,11 @@ jobs:
57
shell: bash --noprofile --norc {0}
58
59
- name: Submit coverage
60
- run: |
61
- if [ "$CODECOV_TOKEN" != "" ]; then
62
- codecov -F github -t $CODECOV_TOKEN --name "${{ matrix.os }}-${{ matrix.python-version }}"
63
- fi
64
- env:
65
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
66
- shell: bash
+ uses: codecov/[email protected]
+ with:
+ env_vars: OS,PYTHON
+ name: ${{ matrix.os }}-${{ matrix.python-version }}
+ fail_ci_if_error: true
67
test_official:
68
name: test-official
69
runs-on: ${{matrix.os}}
0 commit comments