Skip to content

style: include LEST_LOST_EXCEPTION_STACK_TRACE #5150

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

Merged

Conversation

vil02
Copy link
Member

@vil02 vil02 commented May 8, 2024

Continuation of #5126.

  • 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 May 8, 2024

Codecov Report

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

Project coverage is 38.14%. Comparing base (d2ddec5) to head (56175f0).

Files Patch % Lines
...ithms/datastructures/heaps/EmptyHeapException.java 0.00% 2 Missing ⚠️
...om/thealgorithms/datastructures/heaps/MaxHeap.java 0.00% 1 Missing ⚠️
...om/thealgorithms/datastructures/heaps/MinHeap.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5150      +/-   ##
============================================
- Coverage     38.16%   38.14%   -0.02%     
+ Complexity     2362     2361       -1     
============================================
  Files           517      517              
  Lines         15350    15352       +2     
  Branches       2965     2965              
============================================
- Hits           5858     5856       -2     
- Misses         9205     9208       +3     
- Partials        287      288       +1     

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

@vil02 vil02 force-pushed the include_LEST_LOST_EXCEPTION_STACK_TRACE branch from f55c484 to 56175f0 Compare May 8, 2024 18:56
@vil02 vil02 marked this pull request as ready for review May 8, 2024 19:03
@vil02 vil02 marked this pull request as draft May 8, 2024 19:05
@vil02 vil02 marked this pull request as ready for review May 8, 2024 19:19
@vil02 vil02 enabled auto-merge (squash) May 9, 2024 09:18
Copy link
Member

@BamaCharanChhandogi BamaCharanChhandogi left a comment

Choose a reason for hiding this comment

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

Thank you

@vil02 vil02 force-pushed the include_LEST_LOST_EXCEPTION_STACK_TRACE branch from 56175f0 to 6a1a006 Compare May 9, 2024 15:13
@vil02 vil02 merged commit 7bff82f into TheAlgorithms:master May 9, 2024
4 checks passed
@vil02 vil02 deleted the include_LEST_LOST_EXCEPTION_STACK_TRACE branch May 9, 2024 15:16
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