c4deszes / ldfparser

LIN Description File parser written in Python
https://c4deszes.github.io/ldfparser/
MIT License
64 stars 26 forks source link

Signals now reference the Frame they're in #94

Closed c4deszes closed 2 years ago

c4deszes commented 2 years ago

Brief

Checklist

Resolves

Evidence

codecov[bot] commented 2 years ago

Codecov Report

Merging #94 (7c45e11) into master (2c84e52) will decrease coverage by 0.06%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   95.89%   95.83%   -0.07%     
==========================================
  Files          13       13              
  Lines        1266     1271       +5     
==========================================
+ Hits         1214     1218       +4     
- Misses         52       53       +1     
Flag Coverage Δ
3.10.0b1 95.83% <83.33%> (-0.07%) :arrow_down:
3.6 95.82% <83.33%> (-0.07%) :arrow_down:
3.7 95.82% <83.33%> (-0.07%) :arrow_down:
3.8 95.82% <83.33%> (-0.07%) :arrow_down:
3.9 95.82% <83.33%> (-0.07%) :arrow_down:
unittests 95.83% <83.33%> (-0.07%) :arrow_down:

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

Impacted Files Coverage Δ
ldfparser/signal.py 86.11% <50.00%> (-2.13%) :arrow_down:
ldfparser/parser.py 94.89% <100.00%> (+0.05%) :arrow_up:

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 2c84e52...7c45e11. Read the comment docs.