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

Update golangci-lint #2378

Merged
merged 3 commits into from
Nov 10, 2023

protogetter: refactor all direct proto access with getter methods

16d22f3
Select commit
Loading
Failed to load commit list.
Merged

Update golangci-lint #2378

protogetter: refactor all direct proto access with getter methods
16d22f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 10, 2023 in 0s

67.16% (target 30.00%)

View this Pull Request on Codecov

67.16% (target 30.00%)

Details

Codecov Report

Attention: 54 lines in your changes are missing coverage. Please review.

Comparison is base (10c1411) 67.16% compared to head (16d22f3) 67.16%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2378   +/-   ##
=======================================
  Coverage   67.16%   67.16%           
=======================================
  Files         210      210           
  Lines       20523    20523           
=======================================
  Hits        13785    13785           
  Misses       5600     5600           
  Partials     1138     1138           
Files Coverage Δ
arduino/cores/packagemanager/install_uninstall.go 58.00% <100.00%> (ø)
commands/board/details.go 89.18% <100.00%> (ø)
commands/board/listall.go 95.38% <100.00%> (ø)
commands/board/search.go 93.87% <100.00%> (ø)
commands/core/download.go 57.14% <100.00%> (ø)
commands/lib/resolve_deps.go 85.00% <100.00%> (ø)
commands/lib/search.go 96.25% <100.00%> (ø)
commands/sketch/archive.go 62.50% <100.00%> (ø)
commands/sketch/load.go 100.00% <100.00%> (ø)
commands/sketch/new.go 85.71% <100.00%> (ø)
... and 32 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.