Rust icon indicating copy to clipboard operation
Rust copied to clipboard

Add custom error types `HammingDistanceError`

Open sozelfist opened this issue 1 year ago • 1 comments
trafficstars

Checklist

  • [x] I ran bellow commands using the latest version of rust nightly.
  • [x] I ran cargo clippy --all -- -D warnings just before my last commit and fixed any issue that was found.
  • [x] I ran cargo fmt just before my last commit.
  • [x] I ran cargo test just before my last commit and all tests passed.
  • [x] I added my algorithm to the corresponding mod.rs file within its own folder, and in any parent folder(s).
  • [x] I added my algorithm to DIRECTORY.md with the correct link.
  • [x] I checked COUNTRIBUTING.md and my code follows its guidelines.

sozelfist avatar Aug 21 '24 07:08 sozelfist

Codecov Report

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

Project coverage is 95.07%. Comparing base (c51bc89) to head (ef167ef).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #780      +/-   ##
==========================================
- Coverage   95.07%   95.07%   -0.01%     
==========================================
  Files         309      309              
  Lines       22780    22779       -1     
==========================================
- Hits        21659    21658       -1     
  Misses       1121     1121              

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

codecov-commenter avatar Aug 21 '24 07:08 codecov-commenter

Let's have a look @vil02, please.

sozelfist avatar Aug 30 '24 12:08 sozelfist

Can you have a look and review, @vil02?

sozelfist avatar Sep 02 '24 07:09 sozelfist