Skip to content

Commit

Permalink
Reset coverage by deleting coverage directory.
Browse files Browse the repository at this point in the history
Closes #95.
  • Loading branch information
flatheadmill committed Apr 25, 2013
1 parent c66611e commit 605af50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/cover
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

rm -rf coverage

count=1;
for file in $(find t -name \*.t.js); do
node_modules/.bin/istanbul cover -x 't/**' $file > /dev/null 2>&1
Expand Down

0 comments on commit 605af50

Please sign in to comment.