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

Improve typing #238

Closed mdabrowski1990 closed 11 months ago

mdabrowski1990 commented 11 months ago

Description

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 #238 (d1045a3) into main (af444ea) will not change coverage. Report is 1 commits behind head on main. The diff coverage is 100.00%.

:exclamation: Current head d1045a3 differs from pull request most recent head fde636e. Consider uploading reports for the commit fde636e to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #238   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines         2355      2348    -7     
=========================================
- Hits          2355      2348    -7     
Flag Coverage Δ
integration-tests 87.98% <95.55%> (-0.04%) :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/addressing_information.py 100.00% <100.00%> (ø)
uds/can/extended_addressing_information.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%> (ø)
uds/can/normal_addressing_information.py 100.00% <100.00%> (ø)
uds/message/uds_message.py 100.00% <100.00%> (ø)
uds/packet/abstract_packet_type.py 100.00% <100.00%> (ø)
uds/packet/can_packet_type.py 100.00% <100.00%> (ø)
uds/utilities/common_types.py 100.00% <100.00%> (ø)