Skip to content

Commit

Permalink
Upload coverage reports to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
paulelliott committed Jan 15, 2025
1 parent 476a673 commit 8499c6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ jobs:

- name: Test
run: yarn test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8499c6a

Please sign in to comment.