Closed FullStackForger closed 8 years ago
100.00%
Merging #8 into master will not affect coverage as of
09084b7
@@ master #8 diff @@
======================================
Files 1 1
Stmts 27 27
Branches 0 0
Methods 0 0
======================================
Hit 27 27
Partial 0 0
Missed 0 0
Review entire Coverage Diff as of
09084b7
Powered by Codecov. Updated on successful CI builds.
merging. :+1: thanks.
Favouring KISS principle, there is no need for
node ./node_modules/.bin/
inpackage.json
.And here is why:
package.json
auto execute binaries from./node_modules/.bin
./node_modules/.bin/istanbul
is an executable node script, no need to prefix it withnode