Skip to content

Commit

Permalink
Add note how to use simplecov with knapsack_pro gem (#822)
Browse files Browse the repository at this point in the history
Update section Notes on specific frameworks and test utilities
  • Loading branch information
ArturT authored and PragTob committed Jan 12, 2020
1 parent 273501e commit f1b7668
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,17 @@ to use SimpleCov with them. Here's an overview of the known ones:
<a href="https://github.com/colszowka/simplecov/pull/185">#185</a>
</td>
</tr>
<tr>
<th>
knapsack_pro
</th>
<td>
To make SimpleCov work with Knapsack Pro Queue Mode to split tests in parallel on CI jobs you need to provide CI node index number to the <code>SimpleCov.command_name</code> in <code>KnapsackPro::Hooks::Queue.before_queue</code> hook.
</td>
<td>
<a href="https://knapsackpro.com/faq/question/how-to-use-simplecov-in-queue-mode">Tip</a>
</td>
</tr>
<tr>
<th>
RubyMine
Expand Down

0 comments on commit f1b7668

Please sign in to comment.