We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: