Closed sozelfist closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.07%. Comparing base (
7833c0c
) to head (7c9685b
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Let's have a look, @vil02
Changes made
longest_common_subsequence
to use helper functionsChecklist:
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.