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

Fix minifying strings-in-containers as if they were docstrings. #168

Closed BrianPugh closed 3 months ago

BrianPugh commented 3 months ago

Addresses #167

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.65%. Comparing base (307fc3c) to head (fb950f2). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #168 +/- ## ========================================== + Coverage 70.19% 70.65% +0.45% ========================================== Files 39 39 Lines 1701 1707 +6 Branches 379 382 +3 ========================================== + Hits 1194 1206 +12 + Misses 418 413 -5 + Partials 89 88 -1 ``` | [Flag](https://app.codecov.io/gh/BrianPugh/belay/pull/168/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Pugh) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/BrianPugh/belay/pull/168/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Pugh) | `70.41% <100.00%> (+0.28%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Pugh#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.