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

Make use of codecov_cli #5

Open
Daverball opened this issue Sep 13, 2024 · 0 comments
Open

Make use of codecov_cli #5

Daverball opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Daverball
Copy link
Member

Daverball commented Sep 13, 2024

I think we can both improve our feature set and get rid of some reliability issues by using the same functions codecov_cli uses internally.

We will need to consider API stability however. So we may need to tightly couple ourselves against specific version of the CLI.

A fool-proof way would be to use subprocess or CLIRunner to directly invoke the CLI, but I think it may remove some of the tightly scoped control of what we're sending to CodeCov based on our current test-run only, so I think we're better off using the internal functions and giving it the data it requires based on the cov plugin state.

@Daverball Daverball added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant