-
Notifications
You must be signed in to change notification settings - Fork 51
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
CI: enable nidx search tests #2628
Conversation
b4cce4a
to
62b62b1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2628 +/- ##
==========================================
+ Coverage 85.94% 86.14% +0.20%
==========================================
Files 377 377
Lines 23866 23866
==========================================
+ Hits 20511 20560 +49
+ Misses 3355 3306 -49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b6d79ea
to
37c6936
Compare
d95c0c9
to
203d1c3
Compare
@@ -40,6 +40,7 @@ | |||
RUNNING_IN_GH_ACTIONS = os.environ.get("CI", "").lower() == "true" | |||
|
|||
|
|||
@pytest.mark.flaky(reruns=5) |
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.
Restored, I accidentally removed them in the previous PR.
No description provided.