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

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 }}