Skip to content

Commit 9f471fc

Browse files
committed
Pull in bash script
1 parent 31d2c8f commit 9f471fc

File tree

9 files changed

+9036
-58621
lines changed

9 files changed

+9036
-58621
lines changed

dist/codecov

+1,884
Large diffs are not rendered by default.

dist/index.js

+5,239-58,437
Large diffs are not rendered by default.

hooks/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ npm i --package-lock-only
44
npm run lint --fix
55
npm run build
66
git add src/
7-
git add dist/index.js
7+
git add dist/
88
git add package-lock.json

package-lock.json

+1-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-action",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,6 @@
3232
"jest": "^26.6.3",
3333
"jest-junit": "^12.0.0",
3434
"request": "^2.88.2",
35-
"requestretry": "^5.0.0",
3635
"ts-jest": "^26.5.5",
3736
"typescript": "^4.2.4",
3837
"yarn": "^1.22.10"

0 commit comments

Comments
 (0)