Skip to content

Commit

Permalink
Merge pull request #1537 from nextcloud/backport/1534/stable29
Browse files Browse the repository at this point in the history
[stable29] ci(test): use codecov token
  • Loading branch information
st3iny authored Jun 25, 2024
2 parents e579633 + 9e2acdb commit a428204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
if: ${{ always() }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./nextcloud/apps/twofactor_totp/tests/clover.xml
flags: unittests
fail_ci_if_error: true
Expand Down

0 comments on commit a428204

Please sign in to comment.