Merge pull request #2585 from element-hq/fkwp/fix_codecov

set codecov token from secrets
This commit is contained in:
fkwp
2024-08-27 21:26:19 +02:00
committed by GitHub

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