Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Integrate go lint unified CI#605

Merged
masih merged 6 commits intomainfrom
masih/uci-lint-integration
Sep 24, 2025
Merged

Integrate go lint unified CI#605
masih merged 6 commits intomainfrom
masih/uci-lint-integration

Conversation

@masih
Copy link
Copy Markdown
Collaborator

@masih masih commented Sep 9, 2025

Integrate the very basic unified CI process for bare minimum linting of Go files.

Note: all changes here are mechanical to resolve lint issues.

Integrate the very basic unified CI process for bare minimum linting of
Go files.
@masih masih marked this pull request as draft September 9, 2025 10:16
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 9, 2025

Codecov Report

❌ Patch coverage is 29.75779% with 203 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.59%. Comparing base (ea51731) to head (152c633).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
x/auth/client/testutil/suite.go 0.00% 23 Missing ⚠️
x/staking/client/testutil/suite.go 0.00% 19 Missing ⚠️
x/gov/client/rest/query.go 0.00% 14 Missing ⚠️
x/gov/client/testutil/suite.go 0.00% 11 Missing ⚠️
x/auth/legacy/v039/types.go 0.00% 10 Missing ⚠️
x/feegrant/client/testutil/suite.go 0.00% 9 Missing ⚠️
x/authz/client/testutil/tx.go 0.00% 8 Missing ⚠️
x/distribution/client/testutil/suite.go 0.00% 7 Missing ⚠️
x/bank/client/testutil/suite.go 0.00% 6 Missing ⚠️
x/distribution/client/rest/query.go 0.00% 5 Missing ⚠️
... and 58 more

❌ Your patch status has failed because the patch coverage (29.75%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage.
❌ Your project status has failed because the head coverage (42.59%) is below the target coverage (50.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #605   +/-   ##
=======================================
  Coverage   42.59%   42.59%           
=======================================
  Files         786      786           
  Lines       70873    70872    -1     
=======================================
+ Hits        30188    30189    +1     
+ Misses      38523    38521    -2     
  Partials     2162     2162           
Files with missing lines Coverage Δ
client/context.go 63.38% <100.00%> (ø)
client/docs/statik/statik.go 0.00% <ø> (ø)
client/keys/codec.go 100.00% <100.00%> (ø)
client/rpc/block.go 11.90% <100.00%> (ø)
client/rpc/status.go 50.00% <100.00%> (ø)
codec/amino.go 76.41% <100.00%> (ø)
codec/amino_codec.go 100.00% <100.00%> (ø)
codec/proto_codec.go 74.33% <100.00%> (ø)
codec/yaml.go 53.84% <100.00%> (ø)
crypto/keys/multisig/amino.go 65.45% <100.00%> (ø)
... and 112 more

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@masih masih marked this pull request as ready for review September 9, 2025 12:16
@masih
Copy link
Copy Markdown
Collaborator Author

masih commented Sep 9, 2025

This should also fix a bunch of flaky test suits since pointer receivers for Test.Suit are fixed.

@masih masih merged commit bec50be into main Sep 24, 2025
14 of 16 checks passed
@masih masih deleted the masih/uci-lint-integration branch September 24, 2025 09:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants