Skip to content
New issue

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

By clicking “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? Sign in to your account

Google Code-In 2018: Update package.json for code coverage #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Google Code-In 2018: Update package.json for code coverage #47

wants to merge 1 commit into from

Conversation

simcard0000
Copy link

Code coverage is an important part of building applications because it checks how much source code is executed when tests and other files run. A development dependency for nyc was added to package.json, which efficiently checks code coverage depending on parameters. A command for code coverage was also added to "tests" in package.json, where the --all flag was set so that not only can you check test files but others as well. Additionally, a command for checking nyc reports was added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant