Skip to content

Conversation

Hardvan
Copy link
Contributor

@Hardvan Hardvan commented Oct 13, 2024

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

@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2024

Codecov Report

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 64.30%. Comparing base (596c614) to head (5265736).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
...n/java/com/thealgorithms/misc/PalindromePrime.java 94.73% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5773      +/-   ##
============================================
+ Coverage     64.05%   64.30%   +0.24%     
- Complexity     4177     4216      +39     
============================================
  Files           584      587       +3     
  Lines         16332    16390      +58     
  Branches       3152     3167      +15     
============================================
+ Hits          10461    10539      +78     
+ Misses         5445     5421      -24     
- Partials        426      430       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Hardvan Hardvan marked this pull request as ready for review October 13, 2024 14:26
siriak
siriak previously approved these changes Oct 15, 2024
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@siriak siriak merged commit 640d823 into TheAlgorithms:master Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants