Merge pull request #64 from crazy-max/ci-codecov-token

ci: set CODECOV_TOKEN
This commit is contained in:
CrazyMax 2024-04-08 09:49:45 +02:00 committed by GitHub
commit fdc6583d4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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