-
Notifications
You must be signed in to change notification settings - Fork 166
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
Coverage as part of regressions tests #1669
Comments
|
@rvagg thanks will try that out. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
👋 I wonder if we should consider dusting this off, I feel like we've been on an upward swing with coverage without enforcing it? |
I think we have been pretty successful, and have not really had any major regressions. I'd be happy to close this. |
@bcoe and myself have been working on:
not introduced
some other problem occurs but not if one of the known tests that affects coverage fails.
The question is what machines do we think we can target the coverage job (https://ci.nodejs.org/view/All/job/node-test-commit-coverage/) and have it run for every PR without adding undue load? I know it runs on ubuntu and targetted the last run on unbutu16 but I'm not sure if that will be a bottleneck if it runs for every PR. I am a bit concerned since there are only 2 of them. The job only takes ~7 minutes now but that might still double the load on those machines.
The text was updated successfully, but these errors were encountered: