Skip to content

Commit

Permalink
fix(test): remove nyc report, use jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Jun 20, 2024
1 parent ce11139 commit 00183d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm ci

- name: Test
run: npm run test && npm run lcov-report
run: npm run coverage

- uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 00183d9

Please sign in to comment.