Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Remove deprecated linters #2039

Merged
merged 3 commits into from
Apr 14, 2023
Merged

[chore] Remove deprecated linters #2039

merged 3 commits into from
Apr 14, 2023

Conversation

carterqw2
Copy link
Contributor

@carterqw2 carterqw2 commented Mar 9, 2023

Description

Linters varcheck and deadcode were deprecated since v1.49.0 because the owners have abandoned them. Both are replaced with unused, see details here golangci/golangci-lint#1841

Other changes

Changed parameters of the codecov report upload, so it always uploads it even when tests failed.

Linters varcheck and deadcode were deprecated since v1.49.0 because the owners
have abandoned them. Both are replaced with unused, see details here
golangci/golangci-lint#1841
@github-actions
Copy link

github-actions bot commented Mar 9, 2023

Coverage from tests in ./e2e_test/... for ./consensus/istanbul/... at commit 7b04505

coverage: 50.0% of statements across all listed packages
coverage:  63.1% of statements in consensus/istanbul
coverage:  40.1% of statements in consensus/istanbul/announce
coverage:  54.6% of statements in consensus/istanbul/backend
coverage:   0.0% of statements in consensus/istanbul/backend/backendtest
coverage:  24.3% of statements in consensus/istanbul/backend/internal/replica
coverage:  65.3% of statements in consensus/istanbul/core
coverage:  45.0% of statements in consensus/istanbul/db
coverage:   0.0% of statements in consensus/istanbul/proxy
coverage:  64.4% of statements in consensus/istanbul/uptime
coverage:  51.8% of statements in consensus/istanbul/validator
coverage:  79.2% of statements in consensus/istanbul/validator/random

@github-actions
Copy link

github-actions bot commented Mar 9, 2023

5775 passed, 46 skipped

@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (bffb07d) 54.24% compared to head (0334985) 54.25%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2039   +/-   ##
=======================================
  Coverage   54.24%   54.25%           
=======================================
  Files         692      692           
  Lines      115618   115625    +7     
=======================================
+ Hits        62714    62727   +13     
- Misses      49056    49057    +1     
+ Partials     3848     3841    -7     
Impacted Files Coverage Δ
accounts/abi/bind/backends/simulated.go 60.72% <0.00%> (-0.23%) ⬇️
consensus/istanbul/protocol.go 0.00% <ø> (ø)
eth/filters/api.go 44.44% <0.00%> (-0.03%) ⬇️
eth/filters/filter.go 62.14% <ø> (ø)

... and 26 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@karlb
Copy link
Contributor

karlb commented Apr 14, 2023

Any reason why this is not marked as ready and merged? It looks fine to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants