Java icon indicating copy to clipboard operation
Java copied to clipboard

feat: Add `IPv6Converter` new algorithm with Junit tests

Open Hardvan opened this issue 1 year ago • 3 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

Hardvan avatar Oct 13 '24 15:10 Hardvan

Codecov Report

Attention: Patch coverage is 70.37037% with 8 lines in your changes missing coverage. Please review.

Project coverage is 70.16%. Comparing base (009c2b3) to head (19e1d0b).

Files with missing lines Patch % Lines
...a/com/thealgorithms/conversions/IPv6Converter.java 70.37% 4 Missing and 4 partials :warning:
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5783   +/-   ##
=========================================
  Coverage     70.16%   70.16%           
- Complexity     4754     4761    +7     
=========================================
  Files           634      635    +1     
  Lines         17295    17322   +27     
  Branches       3327     3333    +6     
=========================================
+ Hits          12135    12154   +19     
- Misses         4704     4708    +4     
- Partials        456      460    +4     

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

codecov-commenter avatar Oct 13 '24 15:10 codecov-commenter

Please fix PR checks

siriak avatar Oct 15 '24 15:10 siriak

I have fixed the PR checks.

Hardvan avatar Oct 16 '24 03:10 Hardvan