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

API stability #502

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

API stability #502

Daverball opened this issue Sep 17, 2024 · 0 comments

Comments

@Daverball
Copy link

Hi there, I'm the maintainer of pytest-codecov.

Since this is technically a CLI tool I was wondering whether you provide any sort of stability guarantees for some of the API used internally to implement the several commands.

I would like to integrate codecov-cli into pytest-codecov in the near future, so we can provide new features with an overall lower maintenance burden. But I would prefer to use the internal API directly rather than invoke the CLI through a subprocess or click.CliRunner, since that would force me to write some of the reports to disk first and would also incur the risk of sending reports from previous runs, because they were not properly cleaned up.

I would also be open to the possibility of transferring ownership of the pytest plugin over to you, if you feel like there is some benefit to providing an official pytest plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant