Skip to content

Commit deb17dc

Browse files
committed
one more time...
1 parent 0dfb8cd commit deb17dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,8 @@ jobs:
804804
- name: Upload C Coverage
805805
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
806806
uses: codecov/codecov-action@v4
807+
env:
808+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
807809
with:
808810
flags: ${{matrix.covType}}tests
809811
verbose: true
@@ -821,6 +823,8 @@ jobs:
821823
- name: Upload Python Coverage
822824
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
823825
uses: codecov/codecov-action@v4
826+
env:
827+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
824828
with:
825829
flags: py${{matrix.covType}}tests
826830
verbose: true

0 commit comments

Comments
 (0)