Skip to content

Commit a85d541

Browse files
committed
⚒ trivial fix
1 parent 88829af commit a85d541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
inputs:
1313
versionSpec: 12.x
1414
- script: npm install
15-
displayName: Install packages
15+
displayName: Install Packages
1616
- script: npm run -s lint
1717
displayName: Lint code
1818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"scripts": {
3737
"build": "node scripts/update.js",
3838
"clean": "rimraf .nyc_output coverage",
39-
"codecov": "codecov",
39+
"codecov": "codecov --disable=gcov",
4040
"coverage": "opener ./coverage/lcov-report/index.html",
4141
"lint": "eslint lib scripts tests/lib .eslintrc.js",
4242
"test": "nyc npm run -s test:_mocha",

0 commit comments

Comments
 (0)