Skip to content

Commit b93f6bc

Browse files
committed
Fix an issue in coverage codecav
1 parent 04f2326 commit b93f6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test-non-windows": "nyc ava test/*.non-windows.test.js",
4343
"test-dev": "nyc ava --watch --verbose",
4444
"coverage-html": "nyc report --reporter=html",
45-
"coverage-codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t b50db377-45c9-4aa6-a8d9-ea0880e08f97"
45+
"coverage-codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
4646
},
4747
"binary": {
4848
"module_name": "windows-kill",

0 commit comments

Comments
 (0)