We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc70db6 commit db8a19cCopy full SHA for db8a19c
package.json
@@ -13,7 +13,6 @@
13
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
14
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
15
"test:browser": "nyc karma start --single-run",
16
- "codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
17
"lint": "eslint . --ext .ts",
18
"lint:fix": "eslint . --ext .ts --fix",
19
"version": "node ../../scripts/version-update.js",
@@ -54,7 +53,6 @@
54
53
"@types/mocha": "8.2.3",
55
"@types/node": "16.11.21",
56
"@types/webpack-env": "1.16.2",
57
- "codecov": "3.8.3",
58
"colors": "1.4.0",
59
"gts": "3.1.0",
60
"istanbul-instrumenter-loader": "3.0.1",
0 commit comments