Skip to content

Commit

Permalink
Update cookbook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jan 15, 2025
1 parent 2035d6c commit a5fafab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/jest/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export KNAPSACK_PRO_COVERAGE_DIRECTORY=coverage
npx knapsack-pro-jest --coverage
```

Knapsack Pro will generate one coverage report for each batch of tests executed on the CI node. To merge the reports you may consider [this script](https://github.com/facebook/jest/issues/2418#issuecomment-478932514).
Knapsack Pro will generate one coverage report for each batch of tests executed on the CI node. To merge the reports you may consider [this script](https://github.com/jestjs/jest/issues/2418#issuecomment-478932514).

## Generate XML reports

Expand Down

0 comments on commit a5fafab

Please sign in to comment.