Skip to content

Commit

Permalink
refactor: replace nyc with c8 as package for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
babblebey committed Oct 9, 2024
1 parent e6af65b commit 5ddb494
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 1,108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm clean-install
- name: Ensure dependencies are compatible with the version of node
run: npx ls-engines
- run: "npm run test:ci"
- run: "npm run test"
test:
runs-on: ubuntu-latest
needs: test_matrix
Expand Down
Loading

0 comments on commit 5ddb494

Please sign in to comment.