Skip to content

Commit

Permalink
fix: update codecov token and add to ci (#4024)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored Jul 18, 2024
1 parent 27bb054 commit 72a0e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
run: pnpm test:ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 72a0e8e

Please sign in to comment.