Skip to content

Commit

Permalink
add test/coverage to .gitignore
Browse files Browse the repository at this point in the history
 test/coverage is a directory containing Code-Coverage information
 on karma/mocha unit-tests.

 Given that we plan to refactor a whole chunk of boomerang post setting
 up all the unit-tests it is important to get all code-paths to the
 unit-tests
  • Loading branch information
andreas-marschke committed Oct 19, 2014
1 parent 5835531 commit b257c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ node_modules*
build/*
hint.log
tests/vendor/
tests/coverage/

0 comments on commit b257c1f

Please sign in to comment.