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

Abstract Data Record #294

Merged
merged 6 commits into from
Nov 8, 2024

Update abstract_data_record.py

f388a29
Select commit
Loading
Failed to load commit list.
Merged

Abstract Data Record #294

Update abstract_data_record.py
f388a29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2024 in 0s

100.00% (target 100.00%)

View this Pull Request on Codecov

100.00% (target 100.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b41aa68) to head (f388a29).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #294   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           42        44    +2     
  Lines         2754      2797   +43     
  Branches       344       345    +1     
=========================================
+ Hits          2754      2797   +43     
Files with missing lines Coverage Δ
uds/__init__.py 100.00% <100.00%> (ø)
uds/can/flow_control.py 100.00% <100.00%> (ø)
uds/database/__init__.py 100.00% <100.00%> (ø)
uds/database/abstract_data_record.py 100.00% <100.00%> (ø)
.../transmission_attributes/transmission_direction.py 100.00% <100.00%> (ø)