-
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
Start tournament #450
Start tournament #450
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe pull request adds a comprehensive suite of RSpec tests for the Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #450 +/- ##
==========================================
+ Coverage 92.21% 92.55% +0.33%
==========================================
Files 67 69 +2
Lines 1323 1464 +141
==========================================
+ Hits 1220 1355 +135
- Misses 103 109 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bd0498c
to
3204c55
Compare
- Remove unnecessary whitespace in player.rb - Update attribute name in match_serializer.rb from reported_at to ended_at Closes #123
- Update the belongs_to association for player_one in the Match model to remove the optional flag - Add logic to update the status of a match based on the number of wins for each player - Create a new match game if the match is not yet decided - Add a report! method to the MatchGame model to handle reporting the winner, loser, and reporter of a game - Update the create_matches method in the Round model to remove the deprecated create_matches_by_record method - Remove the seed_round method from the Round model - Add an end! method to the Round model to end the round if all matches are completed
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Documentation
Chores