ci: fix codecov upload (#43382)

This commit is contained in:
Harmen Stoppels
2024-03-26 22:49:26 +01:00
committed by GitHub
parent 69509a6d9a
commit 7e9caed8c2
3 changed files with 7 additions and 0 deletions

View File

@@ -47,3 +47,4 @@ jobs:
if: ${{ inputs.with_coverage == 'true' }}
with:
flags: unittests,audits
token: ${{ secrets.CODECOV_TOKEN }}