Skip to content

feat: use nyc NPM dependency directly without bin executable #162

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Merged
merged 11 commits into from
Mar 30, 2020
Merged

Conversation

bahmutov
Copy link
Contributor

@bahmutov bahmutov commented Mar 27, 2020

this will be a breaking dependency:

  • nyc no longer a peer dependency
  • istanbul-lib-coverage is no longer a peer dependency
  • we changed how we call nyc report which could affect the results
  • update README file
  • added examples/ts-example

Tested with the following example repos

@bahmutov bahmutov changed the title use nyc NPM dependency directly without bin executable feat: use nyc NPM dependency directly without bin executable Mar 30, 2020
@bahmutov bahmutov merged commit 461417a into master Mar 30, 2020
@bahmutov
Copy link
Contributor Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

rndmerle pushed a commit to rndmerle/code-coverage that referenced this pull request Apr 25, 2020
…ss-io#162)

BREAKING CHANGE: `nyc` is no longer a peer dependency, instead
this module calls its API directly.

* use nyc as direct dependency

* feat: use nyc directly as a module

* skip binary install, close cypress-io#163

* hide CircleCI PR env variables

* add typescript example

* run ts-example server

* update README file

* use command

* feat: move istanbul-lib-coverage from peer to prod dependencies

* describe how to generate other reports

* add link to Docker example, close cypress-io#164
@emilyrohrbough emilyrohrbough deleted the beta branch March 22, 2023 17:58
No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
Projects
None yet
1 participant