Skip to content

Commit

Permalink
Pull in bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Apr 29, 2021
1 parent 31d2c8f commit 9f471fc
Show file tree
Hide file tree
Showing 9 changed files with 9,036 additions and 58,621 deletions.
1,884 changes: 1,884 additions & 0 deletions dist/codecov

Large diffs are not rendered by default.

63,676 changes: 5,239 additions & 58,437 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hooks/pre-commit
Expand Up @@ -4,5 +4,5 @@ npm i --package-lock-only
npm run lint --fix
npm run build
git add src/
git add dist/index.js
git add dist/
git add package-lock.json
17 changes: 1 addition & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "1.4.1",
"version": "1.5.0",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,6 @@
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"request": "^2.88.2",
"requestretry": "^5.0.0",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4",
"yarn": "^1.22.10"
Expand Down

0 comments on commit 9f471fc

Please sign in to comment.