Skip to content

Commit

Permalink
Update simplecov.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jun 5, 2024
1 parent b98459a commit c126e57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docusaurus/docs/ruby/simplecov.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is needed to avoid conflicts between code coverage reports generated by par

If the local drive is common between parallel nodes on your CI, `simplecov` will generate a single report at `coverage/index.html` with merged data. Otherwise, you can refer to [How to merge CodeClimate reports for parallel jobs (CI nodes)](https://docs.knapsackpro.com/2019/how-to-merge-codeclimate-reports-for-parallel-jobs-ci-nodes) or [How to merge SimpleCov results with parallel Rails specs on Semaphore CI](https://docs.knapsackpro.com/2020/how-to-merge-simplecov-results-with-parallel-rails-specs).

Please [see this if you use CodeClimate](code-climate.md).
Please [see this if you use CodeClimate](code-climate.md#rspec).

## Minitest

Expand All @@ -66,6 +66,8 @@ end

This is needed to avoid conflicts between code coverage reports generated by parallel CI nodes.

Please [see this if you use CodeClimate](code-climate.md#minitest).

<details>
<summary>For legacy versions of `knapsack_pro` older than 6.0.4, please click here.</summary>

Expand Down

0 comments on commit c126e57

Please sign in to comment.