Skip to content

Commit

Permalink
Update CI to use newer codecov action (#403)
Browse files Browse the repository at this point in the history
* Update ci to use newer codecov action

* Step ordering fix
  • Loading branch information
latonv authored Oct 1, 2024
1 parent 64d29b5 commit 908c361
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 @@ -22,5 +22,6 @@ jobs:
- name: Run tests
run: yarn run test

- name: Upload reports
run: npx codecov
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 908c361

Please sign in to comment.