OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
119 stars 106 forks source link

New application-layer function implementations to support bootloaders: FileServer, FileClient #158

Closed pavel-kirienko closed 3 years ago

pavel-kirienko commented 3 years ago

Dependent work: https://github.com/UAVCAN/yakut/pull/11

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 38260089


Files with Coverage Reduction New Missed Lines %
/home/appveyor/projects/pyuavcan/pyuavcan/presentation/_presentation.py 1 94.55%
/home/appveyor/projects/pyuavcan/pyuavcan/transport/can/_session/_input.py 1 98.56%
/home/appveyor/projects/pyuavcan/pyuavcan/application/node_tracker.py 3 87.37%
/home/appveyor/projects/pyuavcan/pyuavcan/application/plug_and_play.py 6 92.24%
/home/appveyor/projects/pyuavcan/pyuavcan/application/register/backend/static.py 8 91.97%
<!-- Total: 19 -->
Totals Coverage Status
Change from base Build 38259753: -0.07%
Covered Lines: 13410
Relevant Lines: 13852

💛 - Coveralls