-
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
Fix missing index_uid in clean up job (#352) #353
Fix missing index_uid in clean up job (#352) #353
Conversation
526a848
to
cdadccc
Compare
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.
thanks @ellnix
bors merge
Build failed: |
I hate codecoverage, there is always something failing... 😅 |
Hi, will this be merged? |
I'm not familiar with Codecov (and don't have time to get familiar recently 🥲). We have to wait for someone from Meilisearch staff who has the authority to merge this. |
Invoking @brunoocasali here 🙏 |
I've regenerate the CODECOV_TOKEN let's see if that helps 😢 |
bors merge |
Build failed: |
@brunoocasali it still does not work 😢 |
Hi @ellnix can you take a look at the failing tests? Maybe the codecov issue will be gone as soon as we fix the tests. |
cdadccc
to
52526a7
Compare
@brunoocasali test regressions fixed, codecov is still bugging. |
c43e233
to
8e8b5f8
Compare
Look what I found in the docs https://github.com/codecov/codecov-action?tab=readme-ov-file#usage ![]() So, I replaced it to use the arg instead of the env, didn't work. Then I added both, didn't work, then I tried to create my own branch without the fork didn't work either. But, I ran out of time to fix it, so I made a commit removing the codecov. |
Guess what? Even after removing the GithubAction, we still have the issue because we have an outdated version of the codec gem installed (I didn't remember we were using one). |
68ca74a
to
7c2465e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #353 +/- ##
=======================================
Coverage 90.22% 90.22%
=======================================
Files 13 13
Lines 757 757
=======================================
Hits 683 683
Misses 74 74 ☔ View full report in Codecov by Sentry. |
7c2465e
to
30d5ed0
Compare
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.
bors merge
Pull Request
Related issue
Fixes #352