ci: set codecov token

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-02-22 17:01:50 +01:00
parent 59a3548fbb
commit 048d6c3fbe

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