Skip to content

Commit

Permalink
run codecov on PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Aug 20, 2023
1 parent 51c2035 commit 7798de1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:

- name: test
run: pnpm test

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

0 comments on commit 7798de1

Please sign in to comment.