File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ coverage:
2020 # status: See https://docs.codecov.com/docs/commit-status
2121 status :
2222 project :
23- default :
24- target : 60%
25- if_not_found : success
26- threshold : 1% # Allow coverage to drop by X%, posting a success status.
27- # removed_code_behavior: Takes values [off, removals_only, adjust_base]
28- removed_code_behavior : adjust_base
23+ default : false
24+ # default:
25+ # target: 60%
26+ # if_not_found: success
27+ # threshold: 1% # Allow coverage to drop by X%, posting a success status.
28+ # # removed_code_behavior: Takes values [off, removals_only, adjust_base]
29+ # removed_code_behavior: adjust_base
2930 patch :
3031 default :
3132 target : 0%
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454- Bump ` golang.org/x/net ` from 0.33.0 to 0.37.0 ([ #2233 ] ( https://github.com/NibiruChain/nibiru/pull/2233 ) )
5555- chore: upadte golangci-lint version to v1.64.8 ([ #2233 ] ( https://github.com/NibiruChain/nibiru/pull/2233 ) )
5656- Bump ` [golang.org/x/net](https://github.com/golang/net) ` from 0.33.0 to 0.37.0. ([ #2233 ] ( https://github.com/NibiruChain/nibiru/pull/2233 ) )
57+ - Bump ` github.com/golang/glog ` from 1.2.0 to 1.2.4 ([ #2182 ] ( https://github.com/NibiruChain/nibiru/pull/2182 ) )
5758
5859## [ v2.1.0] ( https://github.com/NibiruChain/nibiru/releases/tag/v2.1.0 ) - 2025-02-25
5960
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ require (
139139 github.com/go-stack/stack v1.8.0 // indirect
140140 github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
141141 github.com/gogo/googleapis v1.4.1 // indirect
142- github.com/golang/glog v1.2.0 // indirect
142+ github.com/golang/glog v1.2.4 // indirect
143143 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
144144 github.com/golang/snappy v0.0.4 // indirect
145145 github.com/google/btree v1.1.2 // indirect
Original file line number Diff line number Diff line change @@ -621,8 +621,8 @@ github.com/golang-jwt/jwt/v4 v4.3.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzw
621621github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 /go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k =
622622github.com/golang/geo v0.0.0-20190916061304-5b978397cfec /go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI =
623623github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
624- github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68 =
625- github.com/golang/glog v1.2.0 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
624+ github.com/golang/glog v1.2.4 h1:CNNw5U8lSiiBk7druxtSHHTsRWcxKoac6kZKm2peBBc =
625+ github.com/golang/glog v1.2.4 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
626626github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
627627github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
628628github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
You can’t perform that action at this time.
0 commit comments