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` (#42)

This pull request includes changes to the `package.json` file to update
the code coverage tool and its dependencies. The most important changes
are:

### Code Coverage Tool Update:

* Replaced `nyc` with `c8` for code coverage reporting in the `coverage`
script. (`package.json`:
[package.jsonL14-R14](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L14-R14))

### Dependency Updates:

* Added `c8` as a new dependency. (`package.json`:
[package.jsonR29](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R29))
* Removed `nyc` from the list of dependencies. (`package.json`:
[package.jsonL39](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L39))
  • Loading branch information
lumirlumir authored Dec 20, 2024
1 parent fb2dd2f commit 1ad4534
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 872 deletions.
Loading

0 comments on commit 1ad4534

Please sign in to comment.