Skip to content

Commit

Permalink
Replace nyc with c8
Browse files Browse the repository at this point in the history
nyc does not work with ESM called with require().
  • Loading branch information
CxRes committed Aug 30, 2024
1 parent 109ce09 commit 7b23e57
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 857 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# test code
- run: npm run standard
- run: npm run validate
- run: npm run nyc
- run: npm run c8
# Test global install of the package
- run: npm pack .
- run: npm install -g solid-server-*.tgz
Expand Down
Loading

0 comments on commit 7b23e57

Please sign in to comment.