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

Parallelize Coverage files creation #1948

Open
gabriel-aranha-cw opened this issue Jan 15, 2025 · 1 comment
Open

Parallelize Coverage files creation #1948

gabriel-aranha-cw opened this issue Jan 15, 2025 · 1 comment
Labels
good first issue Good for newcomers test

Comments

@gabriel-aranha-cw
Copy link
Contributor

Currently we have one command that runs all E2E tests and uploads a single coverage file. This action takes a long time(50 minutes), which makes it difficult to debug and fix broken tests. By separating the coverage creation and leaving Codecov to do the merging, the total time to run coverage should improve.

@carneiro-cw carneiro-cw added good first issue Good for newcomers test labels Jan 15, 2025
@carneiro-cw
Copy link
Contributor

Possibly we can use the already existing test actions and add some codecov hook to the end of each action. Codecov merges those coverages (I think :p)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers test
Projects
None yet
Development

No branches or pull requests

2 participants