Merge pull request #2276 from crazy-max/codecov-token

ci: set codecov token
This commit is contained in:
CrazyMax 2024-02-22 22:43:11 +01:00 committed by GitHub
commit fd54daf184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,6 +117,7 @@ jobs:
with:
directory: ./bin/testreports
flags: integration
token: ${{ secrets.CODECOV_TOKEN }}
-
name: Generate annotations
if: always()
@ -188,6 +189,7 @@ jobs:
directory: ${{ env.TESTREPORTS_DIR }}
env_vars: RUNNER_OS
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}
-
name: Generate annotations
if: always()