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 <[email protected]>
  • Loading branch information
ChristophWurst authored and backportbot[bot] committed Jun 13, 2024
1 parent e9606a1 commit 2882728
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 @@ -56,6 +56,7 @@ jobs:
uses: codecov/[email protected]
if: ${{ always() && matrix.php-versions == '8.0' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./nextcloud/apps/mail/tests/clover.unit.xml
flags: unittests
fail_ci_if_error: true
Expand Down Expand Up @@ -177,6 +178,7 @@ jobs:
uses: codecov/[email protected]
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 2882728

Please sign in to comment.