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

Added programmer.default directive to set a default programmer for a board. #2416

Merged
merged 5 commits into from
Nov 13, 2023

Added docs

1912a43
Select commit
Loading
Failed to load commit list.
Merged

Added programmer.default directive to set a default programmer for a board. #2416

Added docs
1912a43
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2023 in 0s

67.17% (target 30.00%)

View this Pull Request on Codecov

67.17% (target 30.00%)

Details

Codecov Report

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

Comparison is base (17f0189) 67.15% compared to head (1912a43) 67.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2416      +/-   ##
==========================================
+ Coverage   67.15%   67.17%   +0.02%     
==========================================
  Files         210      210              
  Lines       20523    20543      +20     
==========================================
+ Hits        13782    13800      +18     
- Misses       5602     5603       +1     
- Partials     1139     1140       +1     
Files Coverage Δ
arduino/cores/board.go 95.48% <100.00%> (+0.06%) ⬆️
commands/board/details.go 91.96% <100.00%> (+2.77%) ⬆️
internal/cli/compile/compile.go 73.41% <100.00%> (ø)
internal/cli/debug/debug.go 76.29% <100.00%> (ø)
internal/cli/feedback/result/rpc.go 89.08% <100.00%> (+0.01%) ⬆️
internal/cli/upload/upload.go 57.14% <100.00%> (ø)
internal/cli/burnbootloader/burnbootloader.go 45.23% <0.00%> (ø)
internal/cli/board/details.go 70.34% <57.14%> (-0.79%) ⬇️
internal/cli/arguments/programmer.go 70.00% <60.00%> (-30.00%) ⬇️

... and 1 file with indirect coverage changes

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