Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrix authored Dec 30, 2023
1 parent d9d95f7 commit 73c900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/MinimumCD/CI/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ You don't need any tests in existing code to begin. You need to test new code wi

### What code coverage percentage should we set as a standard for all teams?

We shouldn't. Code coverage mandates incentivize meaningless tests that hide the fact that code is not tested. It is better to have no tests than to have tests you do not trust. See the [Dojo Consortium's info](https://dojoconsortium.org/metrics/code-coverage/) on this metric.
We shouldn't. Code coverage mandates incentivize meaningless tests that hide the fact that code is not tested. It is better to have no tests than to have tests you do not trust. See the [Dojo Consortium's info](https://dojoconsortium.org/docs/metrics/code-coverage/) on this metric.

0 comments on commit 73c900a

Please sign in to comment.