Skip to content

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

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Disable code-cov #913

merged 3 commits into from
Jan 15, 2024

Conversation

sanders41
Copy link
Collaborator

Pull Request

Related issue

Fixes #<issue_number>

What does this PR do?

  • ...

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

@sanders41 sanders41 added the skip-changelog The PR will not appear in the release changelogs label Jan 15, 2024
@sanders41 sanders41 requested a review from curquiza January 15, 2024 14:03
@curquiza curquiza added maintenance Anything related to maintenance (CI, tests, refactoring...) and removed skip-changelog The PR will not appear in the release changelogs labels Jan 15, 2024
Comment on lines 39 to 44
# - name: Upload coverage
# uses: codecov/codecov-action@v3
# with:
# fail_ci_if_error: true
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# - name: Upload coverage
# uses: codecov/codecov-action@v3
# with:
# fail_ci_if_error: true
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Copy link
Member

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

Comment on lines +112 to +122
"hits": [
{
"id": 1,
"title": "Carol",
"genre": ["Romance", "Drama"]
}
],
"offset": 0,
"limit": 20,
"processingTimeMs": 1,
"query": "caorl"
Copy link
Collaborator Author

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.

Copy link
Member

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

Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

Copy link
Contributor

meili-bors bot commented Jan 15, 2024

@meili-bors meili-bors bot merged commit 6de359d into main Jan 15, 2024
@meili-bors meili-bors bot deleted the code-cov branch January 15, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Anything related to maintenance (CI, tests, refactoring...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants