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

Add a Binary format to store test aggregates #51

Merged
merged 30 commits into from
Jan 7, 2025

pacify clippy

57bcd00
Select commit
Loading
Failed to load commit list.
Merged

Add a Binary format to store test aggregates #51

pacify clippy
57bcd00
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2025 in 0s

94.31% (+5.63%) compared to 508185c

View this Pull Request on Codecov

94.31% (+5.63%) compared to 508185c

Details

Codecov Report

Attention: Patch coverage is 97.65298% with 28 lines in your changes missing coverage. Please review.

Project coverage is 94.31%. Comparing base (508185c) to head (57bcd00).

Files with missing lines Patch % Lines
src/binary/bindings.rs 90.65% 10 Missing ⚠️
src/binary/format.rs 94.01% 10 Missing ⚠️
src/binary/error.rs 0.00% 6 Missing ⚠️
src/binary/writer.rs 99.43% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
+ Coverage   88.68%   94.31%   +5.63%     
==========================================
  Files           5       14       +9     
  Lines         707     1900    +1193     
==========================================
+ Hits          627     1792    +1165     
- Misses         80      108      +28     

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