Skip to content

Commit

Permalink
Merge pull request #1534 from nextcloud/ci/test/codecov-token
Browse files Browse the repository at this point in the history
ci(test): use codecov token
  • Loading branch information
st3iny authored Jun 19, 2024
2 parents 9ac5989 + 6a4491a commit c32c151
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 c32c151

Please sign in to comment.