Skip to content

Commit

Permalink
Coverage (#16)
Browse files Browse the repository at this point in the history
* update ignore files

Let's not ship our module with tests etc. That's for the
repo/development, not for production installations of the module.

* add coverage
  • Loading branch information
Trott committed Jan 6, 2020
1 parent 7b87185 commit 31729d4
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
*.swp
.lock-wscript
node_modules/
coverage/
6 changes: 4 additions & 2 deletions .npmignore
@@ -1,2 +1,4 @@
Cakefile
src/
.eslintrc.js
.travis.yml
coverage/
test/

0 comments on commit 31729d4

Please sign in to comment.