Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Small edits
  • Loading branch information
cgewecke committed Jan 26, 2024
commit 9397d1a63d3389fbf041c4db017c933b4dce5f9a
4 changes: 2 additions & 2 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Solidity code in your project.

## Parallelization in CI

Coverage does not work with the Hardhat's mocha parallel mode. However, it *is* possible to parallelize coverage runs in CI environments that support complex workflows. The core idea is to
Coverage does not work with the Hardhat's mocha parallel mode. However, it *is* possible to parallelize coverage in CI environments that support complex workflows. The core idea is to

+ partition the set of test files passed to the coverage task
+ split coverage into several concurrent jobs, passing test file targets as arguments using the `--testfiles` command line flag
Expand All @@ -136,7 +136,7 @@ Coverage does not work with the Hardhat's mocha parallel mode. However, it *is*

There's a nice example of this being done in CircleCI [at Synthetix, here][31].

:light_bulb: **Pro Tip**: Codecov CI will automatically combine coverage reports sent to them as a batch - if you're using that service you don't need to do this yourself.
:bulb: **Pro Tip**: Codecov CI will automatically combine coverage reports sent to them as a batch - if you're using that service you don't need to do this yourself.


[22]: https://github.com/JoranHonig/vertigo#vertigo
Expand Down