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 CI code coverage step #646

Open
anajuliabit opened this issue May 26, 2023 · 0 comments
Open

Parallelize CI code coverage step #646

anajuliabit opened this issue May 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@anajuliabit
Copy link
Contributor

anajuliabit commented May 26, 2023

Code coverage is the lower step of CI.
We could use the same strategy we used for running tests (splitting into chunks) to decrease CI runtime.

https://github.com/SetProtocol/set-v2-strategies/blob/29db4a3de4a6ecd55a2c86d85a002b7e1106f8b2/.circleci/config.yml#L79-L143 - reference of running coverage parallelized and merge the resulting reports into a single file

Screen Shot 2023-05-26 at 11 51 53

@anajuliabit anajuliabit added the enhancement New feature or request label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant