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

feat(coverage): exit early if tests failed #8268

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

DaniPopes
Copy link
Member

Fixes #3900

@mattsse mattsse merged commit 67b1410 into master Jun 27, 2024
19 checks passed
@mattsse mattsse deleted the dani/coverage-exit branch June 27, 2024 10:15
@grandizzy
Copy link
Collaborator

I am looking into changing this a little bit in order to fix #8014 (comment) The problem with current approach (collecting all test results and generating coverage report) for large codebases is that it requires bunch of mem to store results (in superform case more than 40G, which is OOMed in CI). Going to make a PR to stream result/process coverage report as it goes so hopefully large tests can be better accommodated (and also exit early if any failure), hope this makes sense.

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.

forge coverage silently fails, showing zero coverage
3 participants