Skip to content

Commit

Permalink
Added code coverage integration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgwerder committed Dec 12, 2017
1 parent c36006d commit 6fba313
Show file tree
Hide file tree
Showing 4 changed files with 2,378 additions and 43 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
.vscode
/node_modules
/coverage
.vscode
.nyc_output
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_js:
- "lts/*"
cache:
directories:
- "node_modules"
- "node_modules"
after_success: npm run coverage
Loading

0 comments on commit 6fba313

Please sign in to comment.