-
Notifications
You must be signed in to change notification settings - Fork 93
Disable code-cov #913
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
Disable code-cov #913
Conversation
.github/workflows/tests.yml
Outdated
# - name: Upload coverage | ||
# uses: codecov/codecov-action@v3 | ||
# with: | ||
# fail_ci_if_error: true | ||
# env: | ||
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
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.
# - name: Upload coverage | |
# uses: codecov/codecov-action@v3 | |
# with: | |
# fail_ci_if_error: true | |
# env: | |
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
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.
I would go with completely remove them, and mention in the PR in the issue we will open to say we want something else than code coverage
"hits": [ | ||
{ | ||
"id": 1, | ||
"title": "Carol", | ||
"genre": ["Romance", "Drama"] | ||
} | ||
], | ||
"offset": 0, | ||
"limit": 20, | ||
"processingTimeMs": 1, | ||
"query": "caorl" |
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.
My editor seems to have auto-formatted some of these places in the readme when I saved. If you want me to disable my auto-formatting and resave I can do that.
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.
that's ok! let's keep it
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
Build succeeded:
|
Pull Request
Related issue
Fixes #<issue_number>
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!