mdabrowski1990 / uds

Python package for communication via UDS (Unified Diagnostic Services) protocol. The package supports typical buses (i.e. CAN, Ethernet, LIN, FlexRay, K-Line) with possible extensions to any bus.
https://uds.readthedocs.io/
MIT License
78 stars 10 forks source link

Bugfix aliases #237

Closed mdabrowski1990 closed 11 months ago

mdabrowski1990 commented 11 months ago

Description

219

How Has This Been Tested?

Process

I know the process and did my best to follow it

codecov[bot] commented 11 months ago

Codecov Report

Merging #237 (60a7e2e) into main (156d9a9) will not change coverage. Report is 1 commits behind head on main. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #237   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines         2434      2355   -79     
=========================================
- Hits          2434      2355   -79     
Flag Coverage Δ
integration-tests 88.02% <99.70%> (-0.64%) :arrow_down:
unit-tests 100.00% <100.00%> (ø)

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

Files Coverage Δ
uds/can/__init__.py 100.00% <100.00%> (ø)
uds/can/abstract_addressing_information.py 100.00% <100.00%> (ø)
uds/can/addressing_format.py 100.00% <100.00%> (ø)
uds/can/addressing_information.py 100.00% <100.00%> (ø)
uds/can/consecutive_frame.py 100.00% <100.00%> (ø)
uds/can/extended_addressing_information.py 100.00% <100.00%> (ø)
uds/can/first_frame.py 100.00% <100.00%> (ø)
uds/can/flow_control.py 100.00% <100.00%> (ø)
uds/can/frame_fields.py 100.00% <100.00%> (ø)
uds/can/mixed_addressing_information.py 100.00% <100.00%> (ø)
... and 23 more