Skip to content

Commit

Permalink
Merge pull request #2585 from element-hq/fkwp/fix_codecov
Browse files Browse the repository at this point in the history
set codecov token from secrets
  • Loading branch information
fkwp authored Aug 27, 2024
2 parents 7e3e17a + 6521c80 commit 51ae4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
with:
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 51ae4c0

Please sign in to comment.