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

ci: set codecov token
This commit is contained in:
CrazyMax 2024-02-22 17:13:06 +01:00 committed by GitHub
commit 039e7f9c6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ jobs:
with:
file: ./coverage/clover.xml
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}
prepare-itg:
runs-on: ubuntu-latest
@ -126,3 +127,4 @@ jobs:
with:
file: ./coverage/clover.xml
flags: itg
token: ${{ secrets.CODECOV_TOKEN }}