Skip to content

Commit

Permalink
chore: replace nyc with c8 for coverage reporting in `package.jso…
Browse files Browse the repository at this point in the history
…n` (#149)

This pull request includes changes to the `package.json` file to update
the code coverage tool from `nyc` to `c8`.

Changes to code coverage tool:

* Replaced `nyc` with `c8` in the `coverage` script.
* Added `c8` as a new dependency.
* Removed `nyc` from the list of dependencies.
  • Loading branch information
lumirlumir authored Dec 21, 2024
1 parent 8793ce3 commit 8f5145e
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 980 deletions.
Loading

0 comments on commit 8f5145e

Please sign in to comment.