ci: set codecov token

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-02-23 09:21:42 +01:00
parent e0e4588fad
commit 3b854bd217
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
1 changed files with 1 additions and 0 deletions

View File

@ -28,3 +28,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}