Skip to content

Commit fcebab0

Browse files
authored
Merge pull request #253 from codecov/1.3.1
Add network_filter to manifest
2 parents 6ed0d16 + 7ea3ba9 commit fcebab0

File tree

4 files changed

+25
-17
lines changed

4 files changed

+25
-17
lines changed

CHANGELOG.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,48 @@
1-
### 1.3.0
1+
## 1.3.1
22

3-
#### Features
3+
### Fixes
4+
- #253 Add `network_filter` to action manifest
5+
6+
## 1.3.0
7+
8+
### Features
49
- #252 Add "network_filter" input
510

6-
### 1.2.2
11+
## 1.2.2
712

8-
#### Fixes
13+
### Fixes
914
- #241 pass root_dir using proper bash arg
1015
- #244 Overwrite the commit on pull_request* events
1116

12-
### 1.2.1
17+
## 1.2.1
1318

14-
#### Fixes
19+
### Fixes
1520
- #196 Add parameters to the action.yml
1621

17-
### 1.2.0
22+
## 1.2.0
1823

19-
#### Features
24+
### Features
2025
- #193 Add all the bash params
2126

22-
#### Fixes
27+
### Fixes
2328
- #193 Fixes issue with working-directory
2429

25-
### 1.1.1
30+
## 1.1.1
2631

27-
#### Fixes
32+
### Fixes
2833
- #184 Add automations ensure proper builds and deployments
2934
- #184 Fixes verbose flag
3035

31-
### 1.1.0
36+
## 1.1.0
3237

33-
#### Features
38+
### Features
3439
- #110 Add "working-directory:" input
3540
- #174 Support Xcode specificed parameters
3641

37-
#### Fixes
42+
### Fixes
3843
- #172 File is saved as text
3944

40-
#### Dependencies and Misc
45+
### Dependencies and Misc
4146
- #166 Bump requestretry from 4.1.1 to 4.1.2
4247
- #169 Bump typescript from 4.0.5 to 4.1.2
4348
- #178 Bump @types/jest from 26.0.15 to 26.0.19

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ inputs:
7474
override_tag:
7575
description: 'Specify the git tag'
7676
required: false
77+
network_filter:
78+
description: 'Used to restrict the set of git/hg files that can be matched with filenames in the coverage report. This is useful for monorepos or other setups where a full filepath may not be specified in the coverage report, and that shortened filepath may appear multiple times in a directory structure (e.g. __init__.py)'
79+
required: false
7780
path_to_write_report:
7881
description: 'Write upload file to path before uploading'
7982
required: false

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-action",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)