ron-rs / ron

Rusty Object Notation
https://docs.rs/ron
Apache License 2.0
3.31k stars 122 forks source link

Better detection of unclosed line comments for raw value #491

Closed juntyr closed 1 year ago

juntyr commented 1 year ago

Follow-up to #489 since the fuzzer is always smarter

* [ ] I've included my change in CHANGELOG.md

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% :tada:

Comparison is base (f81b665) 95.31% compared to head (47afd7a) 95.32%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #491 +/- ## ========================================== + Coverage 95.31% 95.32% +0.01% ========================================== Files 74 74 Lines 9000 9035 +35 ========================================== + Hits 8578 8613 +35 Misses 422 422 ``` | [Files Changed](https://app.codecov.io/gh/ron-rs/ron/pull/491?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/de/mod.rs](https://app.codecov.io/gh/ron-rs/ron/pull/491?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2RlL21vZC5ycw==) | `96.59% <100.00%> (+<0.01%)` | :arrow_up: | | [src/parse.rs](https://app.codecov.io/gh/ron-rs/ron/pull/491?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BhcnNlLnJz) | `96.77% <100.00%> (+0.01%)` | :arrow_up: | | [tests/407\_raw\_value.rs](https://app.codecov.io/gh/ron-rs/ron/pull/491?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvNDA3X3Jhd192YWx1ZS5ycw==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.