Skip to content
New issue

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

[Bug] Using the shard and coverage cli options together shouldn't output instanbul report #256

Closed
bryanjtc opened this issue Feb 1, 2023 · 0 comments · Fixed by #257
Closed
Labels
bug Something isn't working

Comments

@bryanjtc
Copy link
Member

bryanjtc commented Feb 1, 2023

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

  1. Add a custom test sequencer
  2. Use the coverage ans shard cli options together.
@bryanjtc bryanjtc added the bug Something isn't working label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant