Skip to content

Added tests for NumberOfDigits #5107

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
merged 1 commit into from
Apr 13, 2024

Conversation

marysiuniq
Copy link
Contributor

I added some tests for the class computing number of digits.

  • 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 Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.20%. Comparing base (f39bb8f) to head (980836b).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5107      +/-   ##
============================================
+ Coverage     37.11%   37.20%   +0.08%     
- Complexity     2330     2339       +9     
============================================
  Files           517      517              
  Lines         15645    15637       -8     
  Branches       2984     2979       -5     
============================================
+ Hits           5807     5817      +10     
+ Misses         9549     9532      -17     
+ Partials        289      288       -1     

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

@vil02 vil02 merged commit 7201dc7 into TheAlgorithms:master Apr 13, 2024
5 checks passed
@marysiuniq marysiuniq deleted the add_tests_for_crossproduct branch April 13, 2024 18:46
@vil02 vil02 mentioned this pull request Apr 20, 2024
6 tasks
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