-
Notifications
You must be signed in to change notification settings - Fork 79
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
Remove the markers to disable specific slowly running tests #348
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #348 +/- ##
==========================================
+ Coverage 86.47% 87.13% +0.65%
==========================================
Files 27 27
Lines 1220 1220
==========================================
+ Hits 1055 1063 +8
+ Misses 165 157 -8 ☔ View full report in Codecov by Sentry. |
@alessandrofelder I've finally managed to get the tests to pass 🎉 For some reason |
Windows tests seem to be taking a long time, but that may be some temporary issue with GH actions. If it persists I'll look into it. |
All tests will either run "normally", or have been disabled if the functionality is broken (see #347).
Developed on top of #346 so that should be merged first. Tests will fail until the new version of
brainglobe-utils
is released.Closes #285
Docs updated here: brainglobe/brainglobe.github.io#185