Skip to content

Commit

Permalink
add coverage example
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 24, 2016
1 parent 4907c9e commit d868aef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/coverify.sh
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
BIN="../node_modules/.bin"

$BIN/browserify -t coverify ../test/fixtures/one.js | ../bin/run.js | $BIN/coverify

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"browserify": "^13.0.0",
"coverify": "^1.4.1",
"tape": "~4.4.0"
},
"keywords": [
Expand Down

0 comments on commit d868aef

Please sign in to comment.