Closed bgdnrvsky closed 3 months ago
Attention: Patch coverage is 97.72727%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 95.08%. Comparing base (
b8fa915
) to head (c61e3af
).
Files | Patch % | Lines |
---|---|---|
src/math/infix_to_postfix.rs | 97.72% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
~There was an update of clippy and some warnings become active. Could you just suppress them in Cargo.toml
?~ Done in c61e3afe529bba719a2c48fd279119e5b3d39536.
Description
Type of change
Please delete options that are not relevant.
Checklist:
cargo clippy --all -- -D warnings
just before my last commit and fixed any issue that was found.cargo fmt
just before my last commit.cargo test
just before my last commit and all tests passed.mod.rs
file within its own folder, and in any parent folder(s).DIRECTORY.md
with the correct link.COUNTRIBUTING.md
and my code follows its guidelines.