Skip to content

Commit

Permalink
Merge pull request #247 from codecov/1.2.2
Browse files Browse the repository at this point in the history
Bump to 1.2.2
  • Loading branch information
thomasrockhu committed Mar 9, 2021
2 parents 3207ad4 + 763298c commit 1f8f3ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.2.2

#### Fixes
- #241 pass root_dir using proper bash arg
- #244 Overwrite the commit on pull_request* events

### 1.2.1

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "1.2.1",
"version": "1.2.2",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1f8f3ab

Please sign in to comment.