-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
WIP: Async test (ignore) #272
Conversation
Except `Directory`, as there's no async-compatible `glob` implementation
This required a little refactor, but the code is now much cleaner, and correctly handles updating the config
This prevents tests from conflicting with eachother if they don't clean up after themselves correctly.
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #272 +/- ##
==========================================
- Coverage 82.47% 82.16% -0.32%
==========================================
Files 11 11
Lines 1204 1166 -38
==========================================
- Hits 993 958 -35
+ Misses 211 208 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Testing. Please ignore.
Rebased #246 on master