-
Notifications
You must be signed in to change notification settings - Fork 9
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
TST: See if percentile is breaking devdeps #95
Conversation
Co-authored-by: Kyle Conroy <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #95 +/- ##
==========================================
- Coverage 93.92% 93.81% -0.12%
==========================================
Files 37 37
Lines 1598 1601 +3
==========================================
+ Hits 1501 1502 +1
- Misses 97 99 +2 ☔ View full report in Codecov by Sentry. |
hmmm, can you cherrypick kecnry#5 here (which will break all other CI runs, but hopefully let the dev one run)? Or I can just bite the bullet and add logic to support both at once.... but since lcviz currently pins to a minor version of jdaviz that hasn't really been necessary except for this testing headache. |
I was hoping I don't have to do clone this repo locally... I guess I will have to now... |
Okie dokie... Gonna branch from #68 instead. |
Attempt to understand failures in #93