Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Mar 19, 2022
1 parent 35a74f5 commit 1974cfb
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 @@ -25,6 +25,11 @@ jobs:
- run: yarn add typescript@${{ matrix.typescript }}
- run: yarn build
- run: yarn test
- uses: codecov/codecov-action@v2
with:
flags: ${{github.event.push.ref}} # optional
name: ${{github.event.push.ref}} # optional


test-deno:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1974cfb

Please sign in to comment.