-
Notifications
You must be signed in to change notification settings - Fork 441
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
Make CI check format of UI tests #534
Conversation
Currently blocked by rust-lang/rustfmt#4487. Edit: I've provided |
This reverts commit 174c012.
Codecov Report
@@ Coverage Diff @@
## master #534 +/- ##
==========================================
- Coverage 67.87% 67.25% -0.63%
==========================================
Files 155 155
Lines 6826 6895 +69
==========================================
+ Hits 4633 4637 +4
- Misses 2193 2258 +65
Continue to review full report at Codecov.
|
My rustfmt PR has been merged and is in the latest release. So this PR is ready for review now. |
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.
Thanks a lot for this, @cmichi ! :)
Closes #531.