set codecov token from secrets

This commit is contained in:
fkwp
2024-08-27 21:22:16 +02:00
parent 7e3e17a3e8
commit 6521c8055c

View File

@@ -23,4 +23,5 @@ jobs:
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
with:
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true