You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the coverage cli option outputs a instanbul text report each time the test-runner is ran.
When using the shard cli option, a custom test sequencer is needed. This means that the test-runner is running in multiple ci jobs, each job with a different set of tests. After the tests have executed, the coverage results should be merge and then the nyc command should run to output the complete instanbul report.
Describe the bug
By default the coverage cli option outputs a instanbul text report each time the test-runner is ran.
When using the shard cli option, a custom test sequencer is needed. This means that the test-runner is running in multiple ci jobs, each job with a different set of tests. After the tests have executed, the coverage results should be merge and then the nyc command should run to output the complete instanbul report.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: