Skip to content

Commit

Permalink
Add scripts for code coverage
Browse files Browse the repository at this point in the history
Why:

As a developer, I would like to make it simple to check on code
coverage.

This PR:

Adds `nyc` as a dev-dependency and wires up a script to generate
coverage files.

Co-Authored-By: Edward Loveall <[email protected]>
  • Loading branch information
MattMSumner and edwardloveall committed Dec 4, 2018
1 parent ccfe17f commit 5366c4f
Show file tree
Hide file tree
Showing 3 changed files with 1,480 additions and 181 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
npm-debug.log
.env
yarn.lock
coverage
.nyc_output
Loading

0 comments on commit 5366c4f

Please sign in to comment.