Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init j1939 datalink #44

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

borrow

24f567a
Select commit
Loading
Failed to load commit list.
Open

init j1939 datalink #44

borrow
24f567a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 22, 2024 in 0s

17.06% (+5.53%) compared to da74b03

View this Pull Request on Codecov

17.06% (+5.53%) compared to da74b03

Details

Codecov Report

Attention: Patch coverage is 62.71605% with 151 lines in your changes are missing coverage. Please review.

Project coverage is 17.06%. Comparing base (da74b03) to head (24f567a).

Files Patch % Lines
src/network_management/network_manager.rs 1.92% 51 Missing ⚠️
src/j1939/frame.rs 0.00% 30 Missing ⚠️
src/j1939/id.rs 0.00% 30 Missing ⚠️
src/j1939/pgn.rs 85.18% 12 Missing ⚠️
src/j1939/standard_id.rs 75.00% 8 Missing ⚠️
src/j1939/extended_id.rs 92.10% 6 Missing ⚠️
src/j1939/priority.rs 87.75% 6 Missing ⚠️
...twork_management/common_parameter_group_numbers.rs 0.00% 4 Missing ⚠️
src/j1939/page.rs 80.00% 3 Missing ⚠️
src/j1939/driver.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   11.52%   17.06%   +5.53%     
==========================================
  Files          17       25       +8     
  Lines        2664     2819     +155     
==========================================
+ Hits          307      481     +174     
+ Misses       2357     2338      -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.