Skip to content

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

Open
simcard0000 wants to merge 1 commit intoleopardslab:masterfrom
simcard0000:code-coverage
Open

Google Code-In 2018: Update package.json for code coverage#47
simcard0000 wants to merge 1 commit intoleopardslab:masterfrom
simcard0000:code-coverage

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