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

Cleanup codecs interface. #32

Merged
merged 3 commits into from
Jul 13, 2024

Use list literals to specify shard config's codec chain.

6333f04
Select commit
Loading
Failed to load commit list.
Merged

Cleanup codecs interface. #32

Use list literals to specify shard config's codec chain.
6333f04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 13, 2024 in 0s

95.06% (-0.11%) compared to 8f21a53, passed because coverage increased by +0.00% when compared to adjusted base (95.06%)

View this Pull Request on Codecov

95.06% (-0.11%) compared to 8f21a53, passed because coverage increased by +0.00% when compared to adjusted base (95.06%)

Details

Codecov Report

Attention: Patch coverage is 95.08197% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.06%. Comparing base (8f21a53) to head (6333f04).

Files Patch % Lines
lib/codecs/array_to_array.ml 87.50% 1 Missing ⚠️
lib/codecs/array_to_bytes.ml 94.11% 1 Missing ⚠️
lib/codecs/codecs.ml 96.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
- Coverage   95.17%   95.06%   -0.11%     
==========================================
  Files          13       13              
  Lines        1098     1094       -4     
==========================================
- Hits         1045     1040       -5     
- Misses         53       54       +1     

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