Skip to content

Commit

Permalink
build: follow the org's codecov-action pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes committed Jun 17, 2024
1 parent 8e91bb9 commit 551db5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 551db5d

Please sign in to comment.