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

Capture and send code coverage to codecov.io #266

Open
nfx opened this issue May 24, 2021 · 2 comments
Open

Capture and send code coverage to codecov.io #266

nfx opened this issue May 24, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@nfx
Copy link
Contributor

nfx commented May 24, 2021

Description

Sample implementation found at https:/sevro/rust-codecov

Also as cargo ext https:/kennytm/cargo-kcov

Technically, codecov doesn't need any GITHUB_TOKEN for public repos.

Use Case

Continuously measuring code quality and stability of connector. We should aim at 85% coverage, so that more people have confidence in using this repo.

@nfx nfx added the enhancement New feature or request label May 24, 2021
@houqp houqp added good first issue Good for newcomers help wanted Extra attention is needed labels May 24, 2021
@irishuangg
Copy link

👋 Hi this is my first OSS ever (most likely will comment questions here quite often)... interested in picking this up tho, as I need to sharpen my rust... are these still good instructions to follow?

@roeap
Copy link
Collaborator

roeap commented Jul 15, 2023

Hi @irishuangg,

thanks for looking into this. Its been a while since I looked into coverage.io support for rust. I do seem to remember though that it used to rely on tests being run with nightly features. Thus i would recommend doing a bit of research on what the current state is, since its been a while since the ticket was originally opened.

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 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants