-
Notifications
You must be signed in to change notification settings - Fork 200
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
Conversation
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
Coverage from tests in coverage: 50.0% of statements across all listed packagescoverage: 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 |
Codecov ReportPatch and project coverage have no change.
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
... 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. |
Any reason why this is not marked as ready and merged? It looks fine to me. |
Description
Linters
varcheck
anddeadcode
were deprecated since v1.49.0 because the owners have abandoned them. Both are replaced withunused
, see details here golangci/golangci-lint#1841Other changes
Changed parameters of the codecov report upload, so it always uploads it even when tests failed.