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

ci: set codecov token
This commit is contained in:
CrazyMax 2024-02-22 23:31:08 +01:00 committed by GitHub
commit 62d8db0960
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 }}