File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ coverage:
22
22
project :
23
23
default :
24
24
if_not_found : success
25
- if_ci_failed : error
26
- target : auto
25
+ target : 66%
27
26
threshold : 1% # Allow coverage to drop by X%, posting a success status.
28
27
# removed_code_behavior: Takes values [off, removals_only, adjust_base]
29
28
removed_code_behavior : adjust_base
30
29
patch :
31
30
default :
32
- target : 70 %
31
+ target : 69 %
33
32
34
33
comment : # this is a top-level key
35
34
layout : " diff, flags, files"
Original file line number Diff line number Diff line change 49
49
key : go-mod-cache-${{ hashFiles('**/go.sum') }}
50
50
51
51
- name : golangci-lint
52
- uses : golangci/golangci-lint-action@v4
52
+ uses : golangci/golangci-lint-action@v5
53
53
with :
54
54
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
55
55
version : v1.54.2
Original file line number Diff line number Diff line change 52
52
53
53
- name : " Upload coverage reports to Codecov"
54
54
uses : codecov/codecov-action@v4
55
- with :
56
- fail_ci_if_error : false
57
55
env :
58
56
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113
113
- Bump ` golang.org/x/net ` from 0.0.0-20220607020251-c690dde0001d to 0.23.0 in /geth ([ #1849 ] ( https://github.com/NibiruChain/nibiru/pull/1849 ) )
114
114
- Bump ` golang.org/x/net ` from 0.20.0 to 0.23.0 ([ #1850 ] ( https://github.com/NibiruChain/nibiru/pull/1850 ) )
115
115
- Bump ` github.com/supranational/blst ` from 0.3.8-0.20220526154634-513d2456b344 to 0.3.11 ([ #1851 ] ( https://github.com/NibiruChain/nibiru/pull/1851 ) )
116
+ - Bump ` golangci/golangci-lint-action ` from 4 to 5 ([ #1854 ] ( https://github.com/NibiruChain/nibiru/pull/1854 ) )
116
117
117
118
## [ v1.2.0] ( https://github.com/NibiruChain/nibiru/releases/tag/v1.2.0 ) - 2024-03-28
118
119
You can’t perform that action at this time.
0 commit comments