-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Sieve of Eratosthenes. #377
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
Conversation
deljohnson1
commented
Jan 29, 2023
- [ X] I have performed a self-review of my code
- [ X] My code follows the style guidelines of this project
- [ X] I have added tests that prove my fix is effective or that my feature works
- [ X] New and existing unit tests pass locally with my changes
- [ X] Comments in areas I changed are up to date
- [ X] I have added comments to hard-to-understand areas of my code
- [ X] I have made corresponding changes to the README.md
Codecov ReportBase: 95.75% // Head: 95.75% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #377 +/- ##
=======================================
Coverage 95.75% 95.75%
=======================================
Files 218 218
Lines 8872 8887 +15
=======================================
+ Hits 8495 8510 +15
Misses 377 377
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix Codacy suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!