Merge pull request #5958 from nextcloud/ci/use-codecov-token

ci: use codecov token when uploading coverage
This commit is contained in:
Richard Steinmetz 2024-04-25 17:28:18 +02:00 committed by GitHub
commit 9dbe1d8d88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage-final.json
flags: javascript
fail_ci_if_error: true

View File

@ -53,6 +53,7 @@ jobs:
if: ${{ matrix.nextcloud-versions == 'master' }}
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: nextcloud/apps/calendar/clover.unit.xml
flags: php
fail_ci_if_error: true