Skip to content

Commit 88b635c

Browse files
committed
codecov
1 parent 0a7a916 commit 88b635c

File tree

4 files changed

+2
-110
lines changed

4 files changed

+2
-110
lines changed

dist/js/data-structures/stack.js

-69
This file was deleted.

dist/ts/data-structures/stack.js

-32
This file was deleted.

dist/ts/index.js

-4
This file was deleted.

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"test": "npm run test:js && npm run test:ts",
2525
"coverage:js": "./node_modules/.bin/istanbul cover --include-all-sources --root ./lib/js ./node_modules/.bin/_mocha --recursive ./test/js/**/*.spec.js -- --compilers js:babel-core/register",
2626
"nyc-report": "npm run coverage && nyc report --reporter=text-lcov > coverage.lcov && codecov",
27-
"cover:local": "npm run coverage && nyc report --reporter=text",
28-
"coverage": "NODE_ENV=test nyc --report-dir coverage/tscov npm run test",
27+
"local": "npm run clean && npm run coverage && nyc report --reporter=text",
28+
"coverage": "NODE_ENV=test nyc --report-dir coverage npm run test",
2929
"go": "npm run clean && npm run build && npm run test"
3030

3131
},
@@ -43,9 +43,6 @@
4343
".ts",
4444
".js"
4545
],
46-
"require": [
47-
"ts-node/register"
48-
],
4946
"reporter": [
5047
"json",
5148
"html"

0 commit comments

Comments
 (0)