Skip to content

Conversation

Hardvan
Copy link
Contributor

@Hardvan Hardvan commented Oct 7, 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 7, 2024

Codecov Report

Attention: Patch coverage is 93.93939% with 2 lines in your changes missing coverage. Please review.

Project coverage is 58.39%. Comparing base (435532f) to head (b2b6de4).

Files with missing lines Patch % Lines
...om/thealgorithms/backtracking/CrosswordSolver.java 93.93% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5626      +/-   ##
============================================
+ Coverage     58.31%   58.39%   +0.08%     
- Complexity     3714     3733      +19     
============================================
  Files           552      553       +1     
  Lines         15906    15939      +33     
  Branches       3022     3034      +12     
============================================
+ Hits           9275     9307      +32     
+ Misses         6235     6234       -1     
- Partials        396      398       +2     

☔ 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 7, 2024 10:21
@siriak siriak merged commit ecd75c0 into TheAlgorithms:master Oct 8, 2024
6 checks passed
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