-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: Resolve scoreboard and button issues #1369
Conversation
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.
Reviewed 6 of 6 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @faucomte97)
Pipfile
line 16 at r2 (raw file):
pytest = "==7.*" pytest-xdist = "*" pytest-order = "*"
Is that Mykhaylo change? 🤔
game/templates/game/scoreboard.html
line 259 at r2 (raw file):
</table> {% else %} No data.
No data without any <></> tags?
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.
Reviewable status: 6 of 7 files reviewed, 2 unresolved discussions (waiting on @KamilPawel)
Pipfile
line 16 at r2 (raw file):
Previously, KamilPawel wrote…
Is that Mykhaylo change? 🤔
He seemed to have added it to the ci.yml yeah, so I thought I'd move it and add it to the Pipfile instead along with the xdist one
game/templates/game/scoreboard.html
line 259 at r2 (raw file):
Previously, KamilPawel wrote…
No data without any <></> tags?
Good catch 😛
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.
Reviewable status: 6 of 7 files reviewed, all discussions resolved (waiting on @KamilPawel)
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.
Reviewable status: 6 of 7 files reviewed, all discussions resolved (waiting on @KamilPawel)
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.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @faucomte97)
Codecov Report
@@ Coverage Diff @@
## master #1369 +/- ##
==========================================
- Coverage 91.77% 91.75% -0.02%
==========================================
Files 98 98
Lines 5421 5421
==========================================
- Hits 4975 4974 -1
- Misses 446 447 +1
|
This change is