Skip to content

Commit

Permalink
[ci] collect unit tests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Nov 2, 2023
1 parent 3f918f2 commit 476e7cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ jobs:
- run: npm ci
- run: npm run check
- run: npm run test:unit
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
- run: npm run build

0 comments on commit 476e7cd

Please sign in to comment.