ci: set codecov token

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-02-22 18:05:08 +01:00
parent daaa8f2482
commit 9057bd27af
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

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()