mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 00:26:25 +00:00
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,29 +1,29 @@
|
|||||||
|
## 1.4.0
|
||||||
|
### Features
|
||||||
|
- #282 Add checksum verification of bash script
|
||||||
|
|
||||||
## 1.3.2
|
## 1.3.2
|
||||||
- # Overwrites pr number for pull_request_target events
|
### Fixes
|
||||||
|
- #264 Overwrites pr number for pull_request_target events
|
||||||
|
|
||||||
## 1.3.1
|
## 1.3.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- #253 Add `network_filter` to action manifest
|
- #253 Add `network_filter` to action manifest
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- #252 Add "network_filter" input
|
- #252 Add "network_filter" input
|
||||||
|
|
||||||
## 1.2.2
|
## 1.2.2
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- #241 pass root_dir using proper bash arg
|
- #241 pass root_dir using proper bash arg
|
||||||
- #244 Overwrite the commit on pull_request* events
|
- #244 Overwrite the commit on pull_request* events
|
||||||
|
|
||||||
## 1.2.1
|
## 1.2.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- #196 Add parameters to the action.yml
|
- #196 Add parameters to the action.yml
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- #193 Add all the bash params
|
- #193 Add all the bash params
|
||||||
|
|
||||||
@@ -31,13 +31,11 @@
|
|||||||
- #193 Fixes issue with working-directory
|
- #193 Fixes issue with working-directory
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- #184 Add automations ensure proper builds and deployments
|
- #184 Add automations ensure proper builds and deployments
|
||||||
- #184 Fixes verbose flag
|
- #184 Fixes verbose flag
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- #110 Add "working-directory:" input
|
- #110 Add "working-directory:" input
|
||||||
- #174 Support Xcode specificed parameters
|
- #174 Support Xcode specificed parameters
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "codecov-action",
|
"name": "codecov-action",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "codecov-action",
|
"name": "codecov-action",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"description": "Upload coverage reports to Codecov from GitHub Actions",
|
"description": "Upload coverage reports to Codecov from GitHub Actions",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user