ci: set CODECOV_TOKEN

This commit is contained in:
CrazyMax 2024-04-08 09:48:20 +02:00
parent c2351bbd0b
commit a4b15f09d5
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

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