Skip to content

Commit

Permalink
Add some text-like files to excluded list for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-kubula committed Feb 11, 2016
1 parent 62e369a commit c5f17ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cov
Expand Up @@ -12,7 +12,7 @@ MOCHA=./node_modules/.bin/mocha

REPORTER=$1
echo "Using Mocha reporter: $REPORTER" 1>&2
$COV --exclude node_modules,.git,test --path relative . ./src-cov 1>&2
$COV --exclude README.md,CHANGELOG.md,Vagrantfile,VirtualDevelopmentEnvironment.md,docs,img,scripts,node_modules,.git,test --path relative . ./src-cov 1>&2
cp -r ./test ./src-cov/test
cp ./package.json ./src-cov

Expand Down

0 comments on commit c5f17ab

Please sign in to comment.