Skip to content
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

Merged
merged 8 commits into from
Nov 13, 2024
Merged

CI: enable nidx search tests #2628

merged 8 commits into from
Nov 13, 2024

Conversation

javitonino
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.14%. Comparing base (785e912) to head (c74d4a9).
Report is 2 commits behind head on dev.

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     
Flag Coverage Δ
nucliadb 73.53% <ø> (+0.07%) ⬆️
nucliadb-ingest 28.53% <ø> (ø)
nucliadb-reader 24.58% <ø> (-0.02%) ⬇️
nucliadb-search 37.87% <ø> (+0.22%) ⬆️
nucliadb-standalone 46.56% <ø> (ø)
nucliadb-train 44.69% <ø> (ø)
nucliadb-writer 39.09% <ø> (ø)
nucliadb_dataset 55.45% <ø> (ø)
nucliadb_models 84.82% <ø> (ø)
nucliadb_sdk 80.11% <ø> (ø)
nucliadb_sidecar 89.03% <ø> (ø)
nucliadb_telemetry 86.55% <ø> (ø)
nucliadb_utils 84.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -40,6 +40,7 @@
RUNNING_IN_GH_ACTIONS = os.environ.get("CI", "").lower() == "true"


@pytest.mark.flaky(reruns=5)
Copy link
Contributor Author

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.

@javitonino javitonino merged commit e680e8a into dev Nov 13, 2024
47 checks passed
@javitonino javitonino deleted the enable_search_tests_nidx branch November 13, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants