pluots / zspell

A spellchecking library and executable written in Rust
Other
45 stars 4 forks source link

Test applying new formatting #91

Closed tgross35 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Attention: 28 lines in your changes are missing coverage. Please review.

Comparison is base (f342249) 77.37% compared to head (8c6f016) 77.17%.

Files Patch % Lines
zspell-cli/src/spelling/mod.rs 0.00% 11 Missing :warning:
zspell/test-util/src/lib.rs 62.50% 9 Missing :warning:
zspell/src/dict/tests.rs 50.00% 6 Missing :warning:
zspell/src/affix/types.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #91 +/- ## ========================================== - Coverage 77.37% 77.17% -0.20% ========================================== Files 26 26 Lines 3456 3413 -43 ========================================== - Hits 2674 2634 -40 + Misses 782 779 -3 ```

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

tgross35 commented 11 months ago

This was a test of the weird bug where rustfmt would produce different output on aarch64. Not needed.