Skip to content

Commit

Permalink
Merge pull request #5958 from nextcloud/ci/use-codecov-token
Browse files Browse the repository at this point in the history
ci: use codecov token when uploading coverage
  • Loading branch information
st3iny authored Apr 25, 2024
2 parents cbe6caa + a0d65c3 commit 9dbe1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9dbe1d8

Please sign in to comment.