-
Notifications
You must be signed in to change notification settings - Fork 509
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
test: added unit tests for format_checkers script #1709
Conversation
b3e942e
to
46ac054
Compare
46ac054
to
e0dcd56
Compare
e0dcd56
to
f7eba9c
Compare
Codecov Report
@@ Coverage Diff @@
## main #1709 +/- ##
==========================================
+ Coverage 79.43% 80.32% +0.89%
==========================================
Files 299 300 +1
Lines 6364 6404 +40
Branches 1044 1045 +1
==========================================
+ Hits 5055 5144 +89
+ Misses 1093 1043 -50
- Partials 216 217 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
@BreadGenie @terriko |
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.
Some nitpicks
Everything else looks good to me
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 to me. I'm re-running the windows CI stuff that timed out before I merge but I don't anticipate problems.
I did merge #1714 which switched all the other tests over to using pathlib, so we'll probably want to switch to that here too. I'll open a separate bug for a little refactoring rather than waiting on merging this, though.
Alright thanks! |
fixes #1708