-
Notifications
You must be signed in to change notification settings - Fork 836
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 runs take 2 min out of every circleci build #481
Comments
In Java we run coverage only for one version |
I think it makes sense to remove code coverage from each different JS version and keep only two coverage report -> node (maybe Also, somehow Install Dependencies job takes > 3m almost every time, need to do some investigation. |
Per SIG, these are the action items:
|
Thank you! Your sister SIGs appreciate it. |
Done in #495
Done in #498
Done in #496
Done in #514 Also, we have removed duplicate compile step(#510) and redundant test from types package (#511). Feel free to reopen the issue if there's something that all of these doesn't solve. |
Thanks a million! |
See https://circleci.com/gh/markwolff/opentelemetry-js/673 for instance -- the fact that each different JS version is repeating the same code coverage (6x) reports results in extensive queuing for the entire otel organization.
Can you consider only running full coverage reports on a subset of environments?
The text was updated successfully, but these errors were encountered: