We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d83933 commit d1b13f9Copy full SHA for d1b13f9
.github/workflows/codecov.yml
@@ -40,3 +40,5 @@ jobs:
40
- name: Upload coverage reports to Codecov with GitHub Action
41
# if: ${{ runner.os == 'Linux' && matrix.python-version == 3.8 }}
42
uses: codecov/codecov-action@v3
43
+ env:
44
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments