From 0f5cf8db43fbbad35a7993de43efd86fcc70f7b4 Mon Sep 17 00:00:00 2001 From: Ferrix Hovi Date: Sat, 30 Dec 2023 10:33:09 +0200 Subject: [PATCH] Fix link --- content/Journey/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Journey/_index.md b/content/Journey/_index.md index 2c3fff2..940f810 100644 --- a/content/Journey/_index.md +++ b/content/Journey/_index.md @@ -56,7 +56,7 @@ Having more than one reviewer on a PR is a process smell for issues with the qua ### Tests are deferred or skipped -We must treat tests as first-class citizens. They are more important than the code we are testing. They cannot be an afterthought and we need to make sure we are using them to increase our confidence rather than meeting some arbitrary ["coverage metric"](https://dojoconsortium.org/metrics/code-coverage/). We don't need all of the legacy code to be 100% tested, or even 1% tested to start CI. We need to commit to "we will never push untested changes." Timelines are irrelevant if we deliver things on time that are broken. +We must treat tests as first-class citizens. They are more important than the code we are testing. They cannot be an afterthought and we need to make sure we are using them to increase our confidence rather than meeting some arbitrary ["coverage metric"](https://dojoconsortium.org/docs/metrics/code-coverage/). We don't need all of the legacy code to be 100% tested, or even 1% tested to start CI. We need to commit to "we will never push untested changes." Timelines are irrelevant if we deliver things on time that are broken. ### The team lacks knowledge on how to write tests for CI