Merge pull request #247 from codecov/1.2.2

Bump to 1.2.2
This commit is contained in:
Tom Hu
2021-03-09 10:48:33 -05:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "1.2.1",
"version": "1.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -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": {