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

Marshaling out #11

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

Add more ToTable tests

764463f
Select commit
Loading
Failed to load commit list.
Open

Marshaling out #11

Add more ToTable tests
764463f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 25, 2024 in 0s

85.20% (-0.54%) compared to 1465ce6

View this Pull Request on Codecov

85.20% (-0.54%) compared to 1465ce6

Details

Codecov Report

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

Project coverage is 85.20%. Comparing base (1465ce6) to head (764463f).

Files Patch % Lines
dmidecode/struct_parser.go 89.18% 5 Missing and 3 partials ⚠️
dmidecode/type3_chassis_information.go 73.33% 2 Missing and 2 partials ⚠️
dmidecode/type0_bios_information.go 0.00% 2 Missing ⚠️
dmidecode/type17_memory_device.go 0.00% 2 Missing ⚠️
dmidecode/type1_system_information.go 0.00% 2 Missing ⚠️
dmidecode/type2_baseboard_information.go 80.00% 1 Missing and 1 partial ⚠️
dmidecode/type38_ipmi_device_information.go 0.00% 2 Missing ⚠️
dmidecode/type43_tpm_device.go 0.00% 2 Missing ⚠️
dmidecode/type4_processor_information.go 0.00% 2 Missing ⚠️
dmidecode/type7_cache_information.go 0.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
- Coverage   85.73%   85.20%   -0.54%     
==========================================
  Files          24       24              
  Lines        1514     1649     +135     
==========================================
+ Hits         1298     1405     +107     
- Misses        151      174      +23     
- Partials       65       70       +5     

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