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 88829af commit a85d541Copy full SHA for a85d541
azure-pipelines.yml
@@ -12,7 +12,7 @@ jobs:
12
inputs:
13
versionSpec: 12.x
14
- script: npm install
15
- displayName: Install packages
+ displayName: Install Packages
16
- script: npm run -s lint
17
displayName: Lint code
18
package.json
@@ -36,7 +36,7 @@
36
"scripts": {
37
"build": "node scripts/update.js",
38
"clean": "rimraf .nyc_output coverage",
39
- "codecov": "codecov",
+ "codecov": "codecov --disable=gcov",
40
"coverage": "opener ./coverage/lcov-report/index.html",
41
"lint": "eslint lib scripts tests/lib .eslintrc.js",
42
"test": "nyc npm run -s test:_mocha",
0 commit comments