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 ICAST_IDIV_CAST_TO_DOUBLE #6121

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

vil02
Copy link
Member

@vil02 vil02 commented Jan 10, 2025

Continuation of #5122.

Based on AverageTest.testAverageInt Average::average(int[]) should return some integer type.

  • 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 January 10, 2025 17:00
@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 73.78%. Comparing base (5ab6356) to head (6982b28).

Files with missing lines Patch % Lines
...n/java/com/thealgorithms/others/KochSnowflake.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6121      +/-   ##
============================================
- Coverage     73.79%   73.78%   -0.02%     
  Complexity     5118     5118              
============================================
  Files           658      658              
  Lines         17632    17632              
  Branches       3391     3391              
============================================
- Hits          13011    13009       -2     
- Misses         4117     4118       +1     
- Partials        504      505       +1     

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

@vil02 vil02 enabled auto-merge (squash) January 10, 2025 17:03
@vil02 vil02 merged commit a9633c0 into TheAlgorithms:master Jan 10, 2025
6 checks passed
@vil02 vil02 deleted the include_ICAST_IDIV_CAST_TO_DOUBLE branch January 10, 2025 18:56
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