need to fully qualify imports so projects consuming the library will … by mkinney · Pull Request #206 · meshtastic/python

Codecov Report

Merging #206 (fe69f05) into master (c049d34) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
+ Coverage   90.45%   90.47%   +0.01%     
==========================================
  Files          12       12              
  Lines        1771     1784      +13     
==========================================
+ Hits         1602     1614      +12     
- Misses        169      170       +1     
Flag Coverage Δ
unittests 90.47% <100.00%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
meshtastic/__init__.py 78.12% <100.00%> (+1.85%) ⬆️
meshtastic/__main__.py 93.19% <100.00%> (-0.16%) ⬇️
meshtastic/ble_interface.py 58.97% <100.00%> (ø)
meshtastic/mesh_interface.py 90.54% <100.00%> (ø)
meshtastic/node.py 100.00% <100.00%> (ø)
meshtastic/remote_hardware.py 100.00% <100.00%> (ø)
meshtastic/serial_interface.py 69.76% <100.00%> (ø)
meshtastic/stream_interface.py 73.83% <100.00%> (+0.93%) ⬆️
meshtastic/tcp_interface.py 94.11% <100.00%> (ø)
meshtastic/tunnel.py 81.03% <100.00%> (-0.22%) ⬇️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c049d34...fe69f05. Read the comment docs.