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

Add CodeCov #507

Open
3 tasks
brunoocasali opened this issue Aug 14, 2023 · 2 comments
Open
3 tasks

Add CodeCov #507

brunoocasali opened this issue Aug 14, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@brunoocasali
Copy link
Member

⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository.
Also, if you are a maintainer, please add any clarification and instructions about this issue.

Sorry if this is already wholly/partially implemented. Feel free to let me know about the state of this issue in the repo.

Related to meilisearch/integration-guides#59


Codecov helps us to know if a PR add non-tested code. If it's the case, we don't accept the PR.
It's easy to install, easy to configure.

TODO:

  • Add CodeCov to this repository.
  • Add the CodeCov badge on this repository README.md
  • Ensure a minimum coverage is accepted (optional)
@brunoocasali brunoocasali added good first issue Good for newcomers enhancement New feature or request labels Aug 14, 2023
@irevoire
Copy link
Member

Hey @brunoocasali, I don’t know much about codecov, but in rust when people want to do codecoverage, they 100% use this lib: https://github.com/xd009642/tarpaulin

@carlosb1
Copy link
Contributor

carlosb1 commented Aug 18, 2023

I have some experience with this tool..Also, check this: https://github.com/taiki-e/cargo-llvm-cov

Working with tarpaulin, I found some weird not coveraged cases that we never understood it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants