Rust icon indicating copy to clipboard operation
Rust copied to clipboard

Rewrite Reverse String Tests using Macro

Open sozelfist opened this issue 1 year ago • 3 comments

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 Oct 07 '24 23:10 sozelfist

Codecov Report

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

Project coverage is 95.36%. Comparing base (0dbaff5) to head (c03b7ce).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #811      +/-   ##
==========================================
- Coverage   95.36%   95.36%   -0.01%     
==========================================
  Files         311      311              
  Lines       22673    22668       -5     
==========================================
- Hits        21623    21618       -5     
  Misses       1050     1050              

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

codecov-commenter avatar Oct 07 '24 23:10 codecov-commenter

Can you have a look, @vil02?

sozelfist avatar Oct 10 '24 13:10 sozelfist

Btw, is it ready to merge?

sozelfist avatar Oct 11 '24 08:10 sozelfist

Ups. Sorry. Probably I was waiting for the CI to finish and then I forgot about it.

vil02 avatar Oct 13 '24 18:10 vil02