Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: include VA_FORMAT_STRING_USES_NEWLINE #5151

Merged

Conversation

vil02
Copy link
Member

@vil02 vil02 commented May 9, 2024

Continuation of #5122.

  • 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

@vil02 vil02 marked this pull request as ready for review May 9, 2024 09:43
@codecov-commenter
Copy link

codecov-commenter commented May 9, 2024

Codecov Report

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

Project coverage is 38.26%. Comparing base (7bff82f) to head (c5f3d85).

Files Patch % Lines
...in/java/com/thealgorithms/sorts/InsertionSort.java 0.00% 3 Missing ⚠️
...ructures/hashmap/hashing/HashMapCuckooHashing.java 0.00% 1 Missing ⚠️
...astructures/hashmap/hashing/MainCuckooHashing.java 0.00% 1 Missing ⚠️
...thms/datastructures/lists/CreateAndDetectLoop.java 0.00% 1 Missing ⚠️
...in/java/com/thealgorithms/others/TowerOfHanoi.java 0.00% 1 Missing ⚠️
...m/thealgorithms/searches/MonteCarloTreeSearch.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5151      +/-   ##
============================================
+ Coverage     38.24%   38.26%   +0.01%     
- Complexity     2361     2362       +1     
============================================
  Files           516      516              
  Lines         15311    15311              
  Branches       2958     2958              
============================================
+ Hits           5856     5858       +2     
+ Misses         9167     9166       -1     
+ Partials        288      287       -1     

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

@vil02 vil02 force-pushed the include_VA_FORMAT_STRING_USES_NEWLINE branch from e85889f to c5f3d85 Compare May 9, 2024 15:17
@vil02 vil02 merged commit 27c0978 into TheAlgorithms:master May 9, 2024
5 checks passed
@vil02 vil02 deleted the include_VA_FORMAT_STRING_USES_NEWLINE branch May 9, 2024 15:21
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.

None yet

3 participants