codecov-action/package.json
2019-11-12 17:50:59 -08:00

31 lines
760 B
JSON

{
"name": "action",
"version": "1.0.0",
"description": "GitHub Action that uploads coverage reports for your repository to codecov.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codecov/codecov-action.git"
},
"keywords": [
"codecov",
"codecov github action",
"actions",
"ci/cd"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codecov/codecov-action/issues"
},
"homepage": "https://github.com/codecov/codecov-action#readme",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^1.1.0",
"exec-sh": "^0.3.4",
"request": "^2.88.0"
}
}