Skip to content

Commit 759d672

Browse files
authored
Merge pull request #1666 from buildpacks/bugfix/issue-1665-codecov-failed-to-upload
Fix random error with codecov upload
2 parents 0f0918d + f30de7e commit 759d672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
- name: Upload Coverage
128128
uses: codecov/codecov-action@v3
129129
with:
130+
token: ${{ secrets.CODECOV_TOKEN }}
130131
file: ./out/tests/coverage-unit.txt
131132
flags: unit,os_${{ matrix.os }}
132133
fail_ci_if_error: true

0 commit comments

Comments
 (0)