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

refactor(coverage): use more of the coverage public interface #421

Merged
merged 1 commit into from Apr 26, 2024

Conversation

TheKevJames
Copy link
Owner

Introduces a breaking change:

When config.ignore_errors is Falsey, failures to parse Python files or
look up file source will now interrupt and early exit collection.
Previously, these were either manually muted or only errored after
collecting all failures.

Introduces a breaking change:

When `config.ignore_errors` is Falsey, failures to parse Python files or
look up file source will now interrupt and early exit collection.
Previously, these were either manually muted or only errored after
collecting _all_ failures.
@TheKevJames TheKevJames marked this pull request as ready for review April 26, 2024 17:43
@TheKevJames TheKevJames merged commit d545d86 into master Apr 26, 2024
19 checks passed
@TheKevJames TheKevJames deleted the kjames/public-coverage-interface branch April 26, 2024 17:45
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.

None yet

1 participant