We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ac5989 + 6a4491a commit c32c151Copy full SHA for c32c151
.github/workflows/test.yml
@@ -50,6 +50,7 @@ jobs:
50
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
51
if: ${{ always() }}
52
with:
53
+ token: ${{ secrets.CODECOV_TOKEN }}
54
file: ./nextcloud/apps/twofactor_totp/tests/clover.xml
55
flags: unittests
56
fail_ci_if_error: true
0 commit comments