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

Consider disabling coverage for testing #198

Open
geryxyz opened this issue Jun 23, 2021 · 2 comments
Open

Consider disabling coverage for testing #198

geryxyz opened this issue Jun 23, 2021 · 2 comments

Comments

@geryxyz
Copy link
Collaborator

geryxyz commented Jun 23, 2021

Right now, the coverage measurement is enabled for pytest-based testing. I fail to find any current usage of this information during the development process. However, I may miss something. By my experiment, this option makes it impossible to use any breakpoint in VSCode during test debugging. See this issue microsoft/vscode-python#693
A workaround to disable the coverage in the developers local VSCode config like so:
image

Please consider disabling this feature at the project level if it is not used for anything.

@copernico
Copy link
Contributor

Indeed I have the --no-cov in my settings.json :-)
I use the coverage reports to monitor the situation from time to time. How could we do that in a better way?
I'm open to alternative solutions.

@copernico
Copy link
Contributor

Please add this issue to the developer guidelines (see #208 )

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

No branches or pull requests

2 participants