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

ci: set codecov token
This commit is contained in:
CrazyMax 2024-02-23 09:42:49 +01:00 committed by GitHub
commit f39d7cf7b0
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 }}