Skip to content

Commit

Permalink
ci(code-coverage): Use codecov token to improve CI stability
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Oct 18, 2024
1 parent 1e19b2d commit 8adf118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
uses: codecov/codecov-action@v3.0.0
if: ${{ always() && matrix.nextcloud-versions == 'master' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./nextcloud/apps/mail/tests/clover.unit.xml
flags: unittests
fail_ci_if_error: true
Expand Down Expand Up @@ -152,6 +153,7 @@ jobs:
uses: codecov/codecov-action@v3.0.0
if: ${{ always() && matrix.db == 'mysql' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./nextcloud/apps/mail/tests/clover.integration.xml
flags: integrationtests
fail_ci_if_error: true
Expand Down

0 comments on commit 8adf118

Please sign in to comment.