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

Lazy reader support for s-expressions #627

Merged
merged 28 commits into from
Sep 1, 2023

Merge remote-tracking branch 'origin/main' into lazy-sexps

f935c64
Select commit
Loading
Failed to load commit list.
Merged

Lazy reader support for s-expressions #627

Merge remote-tracking branch 'origin/main' into lazy-sexps
f935c64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 28, 2023 in 1s

81.30% (target 80.00%)

View this Pull Request on Codecov

81.30% (target 80.00%)

Details

Codecov Report

Patch coverage: 61.09% and project coverage change: -0.25% ⚠️

Comparison is base (eda4e2b) 81.54% compared to head (f935c64) 81.30%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #627      +/-   ##
==========================================
- Coverage   81.54%   81.30%   -0.25%     
==========================================
  Files         123      123              
  Lines       23158    23446     +288     
  Branches    23158    23446     +288     
==========================================
+ Hits        18885    19062     +177     
- Misses       2549     2649     +100     
- Partials     1724     1735      +11     
Files Changed Coverage Δ
src/lazy/decoder.rs 60.00% <ø> (ø)
src/lazy/encoding.rs 0.00% <ø> (ø)
src/lazy/raw_value_ref.rs 71.67% <ø> (ø)
src/lazy/text/encoded_value.rs 75.38% <0.00%> (-0.59%) ⬇️
src/lazy/value_ref.rs 74.07% <ø> (ø)
src/lazy/binary/raw/sequence.rs 45.34% <32.35%> (-14.66%) ⬇️
src/lazy/any_encoding.rs 42.47% <38.35%> (-6.91%) ⬇️
src/lazy/text/raw/sequence.rs 53.07% <42.85%> (-0.21%) ⬇️
src/lazy/sequence.rs 69.78% <65.33%> (-3.30%) ⬇️
src/lazy/text/raw/reader.rs 87.74% <75.00%> (-0.91%) ⬇️
... and 7 more

... and 1 file with indirect coverage changes

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