Skip to content

Commit

Permalink
Re-installed codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 7, 2023
1 parent 0f15be7 commit b57d509
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@
"test": "jest",
"prepare": "tsc",
"build": "tsc",
"test-only": "jest"
"coverage": "nyc jest --coverage",
"coverage-reports": "nyc report --reporter=json > coverage/coverage.json && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JJ/typescript-module-template.git"
"url": "git+https://github.com/JJ/ts-milestones.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/JJ/typescript-module-template/issues"
"url": "https://github.com/JJ/ts-milestones/issues"
},
"homepage": "https://github.com/JJ/typescript-module-template#readme",
"homepage": "https://github.com/JJ/ts-milestones#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.6.0",
"@types/jest": ">=26.0.0",
Expand Down

0 comments on commit b57d509

Please sign in to comment.