mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
33 lines
1002 B
JSON
33 lines
1002 B
JSON
{
|
|
"name": "test2",
|
|
"version": "1.0.0",
|
|
"description": "[](https://github.com/marketplace/actions/codecov) ### Easily upload coverage reports to Codecov from GitHub Actions",
|
|
"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": [],
|
|
"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/exec": "^1.0.1",
|
|
"@actions/github": "^1.1.0",
|
|
"core-util-is": "^1.0.2",
|
|
"exec-sh": "^0.3.4",
|
|
"fs": "0.0.1-security",
|
|
"path": "^0.12.7",
|
|
"request": "^2.88.0",
|
|
"temp": "^0.9.1",
|
|
"tmp": "^0.1.0"
|
|
}
|
|
}
|