File tree Expand file tree Collapse file tree 6 files changed +607
-331
lines changed Expand file treeCollapse file tree 6 files changed +607
-331
lines changed Original file line number Diff line number Diff line change 1
1
.awcache
2
2
.DS_Store
3
3
.idea
4
+ .nyc_output
4
5
npm-debug.log
5
6
* .js.map
6
7
/coverage
Original file line number Diff line number Diff line change 1
1
.awcache
2
2
.github
3
3
.idea
4
+ .nyc_output
4
5
coverage
5
6
images
6
7
test /fixtures /compile-performance.js
Original file line number Diff line number Diff line change 58
58
"awesome-typescript-loader" : " 5.2.1" ,
59
59
"chai" : " 4.2.0" ,
60
60
"coveralls" : " 3.0.9" ,
61
- "istanbul" : " 1.1.0-alpha.1" ,
62
61
"mocha" : " 6.2.2" ,
62
+ "nyc" : " ^15.0.0" ,
63
63
"pjson" : " 1.0.9" ,
64
64
"pre-commit" : " 1.2.2" ,
65
65
"rimraf" : " 3.0.0" ,
Original file line number Diff line number Diff line change 2
2
3
3
yarn run test:removeTmpDir &&
4
4
yarn run test:compile &&
5
- $( yarn bin) /istanbul cover $( yarn bin) /_mocha -- test-tmp/test/index.spec.js --report lcovonly &&
5
+ $( yarn bin) /nyc --reporter lcovonly $( yarn bin) /mocha -- test-tmp/test/index.spec.js &&
6
6
cat ./coverage/lcov.info | $( yarn bin) /coveralls &&
7
7
yarn run test:removeTmpDir
Original file line number Diff line number Diff line change 3
3
yarn run test:removeTmpDir &&
4
4
yarn run test:compile &&
5
5
node test-tmp/test/dev/dev.js &&
6
- $( yarn bin) /istanbul cover $( yarn bin) /_mocha -- test-tmp/test/index.spec.js &&
6
+ $( yarn bin) /nyc --reporter text-summary $( yarn bin) /mocha -- test-tmp/test/index.spec.js &&
7
7
yarn run test:removeTmpDir
You can’t perform that action at this time.
0 commit comments