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

refactor: Made command functions to access PackageManager unavailable from public API #2335

Merged
merged 7 commits into from
Oct 19, 2023

Replaced direct access to PackageManager to get discovery protocols

6c6db14
Select commit
Loading
Failed to load commit list.
Merged

refactor: Made command functions to access PackageManager unavailable from public API #2335

Replaced direct access to PackageManager to get discovery protocols
6c6db14
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2023 in 0s

62.77% (target 30.00%)

View this Pull Request on Codecov

62.77% (target 30.00%)

Details

Codecov Report

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

Comparison is base (1e51cdc) 62.82% compared to head (6c6db14) 62.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2335      +/-   ##
==========================================
- Coverage   62.82%   62.77%   -0.06%     
==========================================
  Files         204      205       +1     
  Lines       19311    19283      -28     
==========================================
- Hits        12132    12104      -28     
  Misses       6119     6119              
  Partials     1060     1060              
Files Coverage Δ
commands/board/list.go 58.70% <100.00%> (ø)
commands/board/listall.go 91.13% <100.00%> (ø)
commands/compile/compile.go 66.78% <100.00%> (ø)
commands/core/download.go 57.14% <100.00%> (ø)
commands/core/install.go 71.42% <100.00%> (ø)
commands/core/list.go 86.95% <100.00%> (ø)
commands/core/search.go 84.21% <100.00%> (ø)
commands/core/uninstall.go 50.00% <100.00%> (ø)
commands/core/upgrade.go 80.64% <100.00%> (ø)
commands/debug/debug_info.go 66.86% <100.00%> (ø)
... and 19 more

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