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

Fix coverage data collection #398

Merged
merged 1 commit into from Oct 30, 2021
Merged

Conversation

layday
Copy link
Member

@layday layday commented Oct 30, 2021

Closes #397.

@@ -91,6 +91,7 @@ ignore_missing_imports = True
strict = True

[coverage:run]
source = build, tests
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a note that this does not work for subprocess calls that change the cwd... https://twitter.com/gjbernat/status/1452419280394461195 and we might have some of those around...

Copy link
Member Author

Choose a reason for hiding this comment

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

Good to know, though looking at the Codecov report, I don't think we're affected by it.

@layday layday merged commit cd7ee56 into pypa:main Oct 30, 2021
@layday layday deleted the fix-coverage-data-collection branch March 1, 2024 18:41
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.

Coverage reports broken on Codecov since 10 Oct
2 participants