Skip to content

test: Add simple tests for hex_to_base64 and base64_to_hex

cab8bf3
Select commit
Loading
Failed to load commit list.
Merged

Checksum Integrity Validation #228

test: Add simple tests for hex_to_base64 and base64_to_hex
cab8bf3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2026 in 1s

34.56% (+1.11%) compared to 1719e11

View this Pull Request on Codecov

34.56% (+1.11%) compared to 1719e11

Details

Codecov Report

❌ Patch coverage is 63.79310% with 189 lines in your changes missing coverage. Please review.
✅ Project coverage is 34.56%. Comparing base (1719e11) to head (cab8bf3).

Files with missing lines Patch % Lines
...nents/data_proxy/src/s3_frontend/utils/checksum.rs 78.79% 58 Missing and 16 partials ⚠️
...ponents/data_proxy/src/s3_frontend/data_handler.rs 0.00% 40 Missing ⚠️
components/data_proxy/src/s3_frontend/s3service.rs 0.00% 33 Missing ⚠️
components/data_proxy/src/structs.rs 64.44% 32 Missing ⚠️
components/data_proxy/src/caching/cache.rs 0.00% 9 Missing ⚠️
components/data_proxy/src/s3_frontend/s3server.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #228      +/-   ##
==========================================
+ Coverage   33.44%   34.56%   +1.11%     
==========================================
  Files         129      130       +1     
  Lines       19570    20046     +476     
  Branches    19570    20046     +476     
==========================================
+ Hits         6546     6929     +383     
- Misses      12244    12316      +72     
- Partials      780      801      +21     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.