Skip to content

Commit 4edaee1

Browse files
authored
Merge pull request #55 from oSoMoN/use-codecov-token
Use the private Codecov token stored as a secret,
2 parents 1b311c6 + 7f7821f commit 4edaee1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,8 @@ jobs:
143143
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
144144
- name: Upload coverage results (to Codecov.io)
145145
uses: codecov/codecov-action@v3
146-
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
147146
with:
148-
# token: ${{ secrets.CODECOV_TOKEN }}
147+
token: ${{ secrets.CODECOV_TOKEN }}
149148
file: ${{ steps.coverage.outputs.report }}
150149
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
151150
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}

0 commit comments

Comments
 (0)