c4deszes / ldfparser

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

ISO17987 support #114

Closed c4deszes closed 1 year ago

c4deszes commented 1 year ago

Brief

Checklist

Resolves

Evidence

codecov[bot] commented 1 year ago

Codecov Report

Merging #114 (3e913bb) into master (f72956a) will decrease coverage by 0.24%. The diff coverage is 89.83%.

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   96.06%   95.83%   -0.24%     
==========================================
  Files          13       13              
  Lines        1320     1367      +47     
==========================================
+ Hits         1268     1310      +42     
- Misses         52       57       +5     
Flag Coverage Δ
3.10.0b1 95.83% <89.83%> (-0.24%) :arrow_down:
3.6 95.82% <89.83%> (-0.24%) :arrow_down:
3.7 95.82% <89.83%> (-0.24%) :arrow_down:
3.8 95.82% <89.83%> (-0.24%) :arrow_down:
3.9 95.82% <89.83%> (-0.24%) :arrow_down:
unittests 95.83% <89.83%> (-0.24%) :arrow_down:

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

Impacted Files Coverage Δ
ldfparser/__init__.py 100.00% <ø> (ø)
ldfparser/node.py 85.71% <66.66%> (ø)
ldfparser/grammar.py 97.40% <83.33%> (-0.46%) :arrow_down:
ldfparser/lin.py 95.18% <90.24%> (-4.82%) :arrow_down:
ldfparser/ldf.py 98.17% <100.00%> (ø)
ldfparser/parser.py 95.17% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

rawiamoalla commented 1 year ago

@c4deszes when this ticket will be merged to develop ?

c4deszes commented 1 year ago

Sorry, kind of forgot about it, some additional testing is still needed. I'll try to merge and release it by end of the week, until then if you have an ISO LDF please check if it satisfies your use case, you can install it using: pip install git+https://github.com/c4deszes/ldfparser.git@feature/iso17987-initial-support