Merge pull request #424 from codecov/2.0.1-fix-deps

fix: Add deep deps
This commit is contained in:
Tom Hu
2021-07-19 09:05:35 -07:00
committed by GitHub
47 changed files with 7181 additions and 240 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "codecov-action",
"version": "2.0.0",
"version": "2.0.1",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {
"build": "ncc build src/index.ts",
"build": "ncc build src/index.ts --source-map",
"lint": "eslint src/**/*.ts",
"test": "npm run test-script && npm run test-calculator && npm run test-coverage",
"test-calculator": "jest --testPathPattern=demo/calculator/ --coverage --coverageDirectory=coverage/calculator",