Skip to content

Commit

Permalink
build: Update codecov and use token
Browse files Browse the repository at this point in the history
Update codecov to the latest version and start using the org-wide token for uploads.

See openedx/wg-frontend#179
  • Loading branch information
arbrandes committed Jun 14, 2024
1 parent d2bb164 commit ab8d6e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- run: make requirements
- run: make test NPM_TESTS=build
- run: make test NPM_TESTS=${{ matrix.npm-test }}
- name: upload coverage
uses: codecov/codecov-action@v3
- name: Coverage
if: matrix.npm-test == 'test'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit ab8d6e7

Please sign in to comment.