BrianPugh / belay

Belay is a python library that enables the rapid development of projects that interact with hardware via a micropython-compatible board.
Apache License 2.0
240 stars 13 forks source link

Fully remove belay-internal stacktrace for install/run/exec cli commands #130

Closed BrianPugh closed 1 year ago

BrianPugh commented 1 year ago

No need to provide the full trace; caller is only interested in the device-side PyboardException stacktrace.

codecov-commenter commented 1 year ago

Codecov Report

Merging #130 (b7f6b74) into main (ee403a1) will decrease coverage by 0.01%. The diff coverage is 82.35%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
- Coverage   73.97%   73.96%   -0.01%     
==========================================
  Files          38       38              
  Lines        1560     1571      +11     
  Branches      338      341       +3     
==========================================
+ Hits         1154     1162       +8     
- Misses        332      334       +2     
- Partials       74       75       +1     
Flag Coverage Δ
unittests 73.90% <82.35%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
belay/cli/common.py 72.72% <66.66%> (-27.28%) :arrow_down:
belay/cli/exec.py 100.00% <100.00%> (ø)
belay/cli/install.py 73.21% <100.00%> (+0.48%) :arrow_up:
belay/cli/run.py 100.00% <100.00%> (ø)

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