rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.69k stars 303 forks source link

allow small variation in coverage without returning a failure #856

Closed danieleades closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f4afe79) 93.44% compared to head (e16f98d) 93.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #856 +/- ## ========================================== - Coverage 93.44% 93.43% -0.02% ========================================== Files 48 48 Lines 6774 6774 ========================================== - Hits 6330 6329 -1 - Misses 444 445 +1 ```

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

Philippe-Cholet commented 7 months ago

For future readers, it's the same as https://github.com/PyO3/pyo3/pull/1142.

Thanks.