Skip to content

Commit ad9a056

Browse files
authored
Merge pull request #64 from cakebaker/ci_use_codecov_token
ci: use codecov token
2 parents d1263e0 + 261b28d commit ad9a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: codecov/codecov-action@v4
126126
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
127127
with:
128-
# token: ${{ secrets.CODECOV_TOKEN }}
128+
token: ${{ secrets.CODECOV_TOKEN }}
129129
file: ${{ steps.coverage.outputs.report }}
130130
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
131131
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}

0 commit comments

Comments
 (0)