Skip to content

Commit

Permalink
ci: add codecov token (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored May 2, 2024
1 parent 8a69be3 commit 294fbee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
run: yarn test

- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 294fbee

Please sign in to comment.