ci: use codecov token

This commit is contained in:
Daniel Hofstetter
2024-02-06 09:58:43 +01:00
parent cdc1b64fcf
commit 261b28db22
+1 -1
View File
@@ -125,7 +125,7 @@ jobs:
uses: codecov/codecov-action@v4
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
with:
# token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
file: ${{ steps.coverage.outputs.report }}
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}