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 5f38dab commit 1d6fd56Copy full SHA for 1d6fd56
.github/workflows/build.yml
@@ -55,6 +55,8 @@ jobs:
55
56
- name: 'Upload coverage'
57
uses: codecov/codecov-action@v5
58
+ with:
59
+ token: ${{ secrets.CODECOV_ORG_TOKEN }}
60
61
- name: 'Build package'
62
run: python make.py
0 commit comments