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

Quickfix for typing alias #240

Closed mdabrowski1990 closed 11 months ago

mdabrowski1990 commented 11 months ago

Description

Fix problems with tests (not all paths were reached anymore)/

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 #240 (306b30c) into main (cc8d776) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #240      +/-   ##
===========================================
+ Coverage   99.91%   100.00%   +0.08%     
===========================================
  Files          39        39              
  Lines        2346      2346              
===========================================
+ Hits         2344      2346       +2     
+ Misses          2         0       -2     
Flag Coverage Δ
integration-tests 87.97% <100.00%> (ø)
unit-tests 100.00% <100.00%> (+0.08%) :arrow_up:

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

Files Coverage Δ
uds/can/mixed_addressing_information.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes