Java icon indicating copy to clipboard operation
Java copied to clipboard

Add tests Tower of Hanoi

Open lorduke22 opened this issue 1 year ago • 2 comments

  • [x] I have read CONTRIBUTING.md.
  • [x] This pull request is all my own work -- I have not plagiarized it.
  • [x] All filenames are in PascalCase.
  • [x] All functions and variable names follow Java naming conventions.
  • [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [x] All new code is formatted with clang-format -i --style=file path/to/your/file.java

lorduke22 avatar Oct 12 '24 14:10 lorduke22

Codecov Report

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

Project coverage is 69.05%. Comparing base (131e538) to head (771b842).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5736      +/-   ##
============================================
+ Coverage     69.04%   69.05%   +0.01%     
  Complexity     4662     4662              
============================================
  Files           622      622              
  Lines         17148    17148              
  Branches       3308     3308              
============================================
+ Hits          11840    11842       +2     
+ Misses         4855     4854       -1     
+ Partials        453      452       -1     

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

codecov-commenter avatar Oct 12 '24 14:10 codecov-commenter

Please resolve merge conflicts

siriak avatar Oct 13 '24 09:10 siriak