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

pytest: Append to coverage report #195

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

antoinebrl
Copy link
Contributor

@antoinebrl antoinebrl commented Feb 7, 2024

pytest is used twice, once for unit tests and once for integration tests. The second execution no longer overrides the coverage report generated by the first one.

@antoinebrl antoinebrl changed the title Append to coverage report pytest: Append to coverage report Feb 7, 2024
@NiklasRosenstein
Copy link
Contributor

Nice, I did not realize that was an option. 😃 The only thing we should probably make sure is that we don't continue to append and append to the same coverage report -- i.e. the first pytest run should clear the coverage report.

@NiklasRosenstein NiklasRosenstein self-requested a review February 7, 2024 10:35
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

Successfully merging this pull request may close these issues.

2 participants