Skip to content

`match_value` now uses `dispatch!` instead of `alt`

Codecov / codecov/project succeeded Jan 5, 2025 in 0s

77.60% (target 80.00%)

View this Pull Request on Codecov

77.60% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 74.84787% with 124 lines in your changes missing coverage. Please review.

Project coverage is 77.60%. Comparing base (46cc6b2) to head (3205514).

Files with missing lines Patch % Lines
src/lazy/binary/raw/v1_1/reader.rs 48.83% 10 Missing and 34 partials ⚠️
src/lazy/any_encoding.rs 55.40% 8 Missing and 25 partials ⚠️
src/lazy/text/raw/v1_1/reader.rs 85.89% 0 Missing and 11 partials ⚠️
src/lazy/text/raw/reader.rs 87.71% 3 Missing and 4 partials ⚠️
src/lazy/binary/raw/reader.rs 86.66% 6 Missing ⚠️
src/lazy/text/raw/sequence.rs 76.00% 0 Missing and 6 partials ⚠️
src/lazy/text/raw/struct.rs 70.58% 0 Missing and 5 partials ⚠️
src/lazy/encoder/write_as_ion.rs 0.00% 4 Missing ⚠️
src/lazy/text/parse_result.rs 85.00% 3 Missing ⚠️
src/lazy/encoder/text/v1_1/writer.rs 50.00% 0 Missing and 2 partials ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #892      +/-   ##
==========================================
- Coverage   77.63%   77.60%   -0.03%     
==========================================
  Files         136      136              
  Lines       35094    34891     -203     
  Branches    35094    34891     -203     
==========================================
- Hits        27244    27076     -168     
- Misses       5793     5822      +29     
+ Partials     2057     1993      -64     

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