boson-protocol-contracts icon indicating copy to clipboard operation
boson-protocol-contracts copied to clipboard

Parallelize CI code coverage step

Open anajuliabit opened this issue 2 years ago • 0 comments

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 avatar May 26 '23 14:05 anajuliabit