Skip to content

Commit

Permalink
Merge pull request #9742 from nextcloud/backport/7998/stable2.2
Browse files Browse the repository at this point in the history
[stable2.2] ci(code-coverage): Use codecov token to improve CI stability
  • Loading branch information
ChristophWurst committed Jun 14, 2024
2 parents e9606a1 + 2882728 commit fda8828
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 fda8828

Please sign in to comment.