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 tests show coverage #566

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Make tests show coverage #566

merged 2 commits into from
Mar 11, 2024

Conversation

anakin87
Copy link
Member

The tests for some integrations showed the coverage of test files instead of the coverage of other files in the integration.

I tried to fix this in a standardized way, by changing the respective pyproject files.

Copy link
Contributor

@davidsbatista davidsbatista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for this @anakin87 👍🏽

maybe at some point in the future we can agree at a minimum test coverage, or at least which methods must be always tested

@anakin87 anakin87 merged commit 4f01032 into main Mar 11, 2024
105 checks passed
@anakin87 anakin87 deleted the show-coverage branch March 11, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment