-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(vrd): ✨ v0.0.8 #66
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
===========================================
- Coverage 50.75% 39.71% -11.05%
===========================================
Files 5 5
Lines 461 710 +249
===========================================
+ Hits 234 282 +48
- Misses 227 428 +201 ☔ View full report in Codecov by Sentry. |
…est suite - Added missing unit tests to cover `RngCore` trait implementation in `random.rs`. - Structured and sorted the test cases logically across the test files. - Enhanced documentation by adding detailed docstrings for each test, improving readability and maintainability. - Updated `test_main_error_handling` to handle expected panics correctly, ensuring accurate test results.
…nd validate result range
…ecifying integer type
… tests - Added comprehensive and consistent docstrings for all unit tests. - Organized tests into logical sections based on functionality. - Improved clarity and documentation across the test suite.
…struct - Update `bool` method to return `Result` for invalid probabilities. - Enhance `sample` method to handle requests exceeding slice length. - Modify `sample_with_replacement` to return an empty vector for empty slices. - Implement error handling in `random_range` for invalid input. - Update corresponding tests to reflect new error handling behavior. - Add additional edge case tests for improved coverage.
- Adjusted expected values in `test_bytes` to match actual output generated by the RNG after seeding. - Corrected expected results in `test_int_edge_cases` for maximum integer edge case to align with RNG behavior. - Ensured test logic accurately reflects the implementation of the `Random` struct.
- Enhanced the formatting for a more organized and polished appearance. - Added better alignment for consistency and visual appeal. - Updated sections for clarity and conciseness. - Improved readability by refining the wording in various sections. - Updated README.md
test(coverage): 🧪 increase test coverage across all modules docs(all): 📖 comprehensive documentation update for all public APIs
…handle missing file gracefully
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.