boson-protocol-contracts
boson-protocol-contracts copied to clipboard
Parallelize CI code coverage step
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