File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.15.1] - 2024-12-20
10
+
11
+ ### Fixed
12
+ - increase and decrease default icons were wrong and don't exist
13
+
9
14
## [ 0.15.0] - 2024-12-20
10
15
11
16
### Added
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ Configuration
56
56
| ` github-token ` | Custom [ PAT] [ pat ] to be used instead of the [ default action token] [ default-token ] , should have the ` repo ` scope |
57
57
| ` skip-comments-on-forks ` | Should skip trying to comment on [ pull requests created from forks] ( #restrictions-on-forks ) <br /> Default: ` false ` |
58
58
| ` icon-equals ` | Emoji/text to be used when the coverage diff is zero <br /> Default: ` :stop_button: ` |
59
- | ` icon-increased ` | Emoji/text to be used when the coverage diff is increased <br /> Default: ` :stop_up_small : ` |
60
- | ` icon-decreased ` | Emoji/text to be used when the coverage diff is decreased <br /> Default: ` :stop_down_small : ` |
59
+ | ` icon-increased ` | Emoji/text to be used when the coverage diff is increased <br /> Default: ` :arrow_up_small : ` |
60
+ | ` icon-decreased ` | Emoji/text to be used when the coverage diff is decreased <br /> Default: ` :arrow_down_small : ` |
61
61
| ` icon-new ` | Emoji/text to be used when the file file is new, and does not have previous coverage metrics to compare <br /> Default: ` :new: ` |
62
62
63
63
Example usage
Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ inputs:
81
81
default : " :stop_button:"
82
82
icon-increased :
83
83
description : Emoji/text to be used when the coverage diff is increased
84
- default : " :stop_up_small :"
84
+ default : " :arrow_up_small :"
85
85
icon-decreased :
86
86
description : Emoji/text to be used when the coverage diff is decreased
87
- default : " :stop_down_small :"
87
+ default : " :arrow_down_small :"
88
88
icon-new :
89
89
description : Emoji/text to be used when the file file is new, and does not have previous coverage metrics to compare
90
90
default : " :new:"
You can’t perform that action at this time.
0 commit comments