Improve code quality and write tests
This commit is contained in:
+92
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"codecov@3.6.0",
|
||||
"E:\\python\\setup-php"
|
||||
]
|
||||
],
|
||||
"_from": "codecov@3.6.0",
|
||||
"_id": "codecov@3.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-d9SEDdgEZ1PDXLY52itsk5pMmxVbqmT4+8OCzmZOHUUOxWpmnPK2Fgz35yYUipT8QqkrDRihIvIJKjRynUdk4g==",
|
||||
"_location": "/codecov",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "codecov@3.6.0",
|
||||
"name": "codecov",
|
||||
"escapedName": "codecov",
|
||||
"rawSpec": "3.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/codecov/-/codecov-3.6.0.tgz",
|
||||
"_spec": "3.6.0",
|
||||
"_where": "E:\\python\\setup-php",
|
||||
"author": {
|
||||
"name": "Codecov",
|
||||
"email": "hello@codecov.io"
|
||||
},
|
||||
"bin": {
|
||||
"codecov": "./bin/codecov"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/codecov/codecov-node/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"argv": "^0.0.2",
|
||||
"ignore-walk": "^3.0.1",
|
||||
"js-yaml": "^3.13.1",
|
||||
"teeny-request": "^3.11.3",
|
||||
"urlgrey": "^0.4.4"
|
||||
},
|
||||
"description": "Uploading report to Codecov: https://codecov.io",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-prettier": "^4.1.0",
|
||||
"husky": "^1.3.1",
|
||||
"jest": "^24.8.0",
|
||||
"lint-staged": "^8.1.5",
|
||||
"mock-fs": "^4.8.0",
|
||||
"prettier": "^1.16.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"homepage": "https://github.com/codecov/codecov-node",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run lint && lint-staged",
|
||||
"pre-push": "npm test"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"coverage",
|
||||
"code-coverage",
|
||||
"codecov.io",
|
||||
"codecov"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.{ts,js,json,md}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "index.js",
|
||||
"name": "codecov",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/codecov/codecov-node.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint",
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"version": "3.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user