From 9f1254a32fc20cc110bf87bb16a20bd9f906a2fb Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 27 Apr 2018 13:46:12 +0530 Subject: [PATCH] Typo fix in testing link (#39407) Signed-off-by: Abhijeet Kasurde --- docs/docsite/rst/dev_guide/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/testing.rst b/docs/docsite/rst/dev_guide/testing.rst index 4428e70005d..899f851be83 100644 --- a/docs/docsite/rst/dev_guide/testing.rst +++ b/docs/docsite/rst/dev_guide/testing.rst @@ -190,7 +190,7 @@ If the PR does not resolve the issue, or if you see any failures from the unit/i Code Coverage Online ```````````````````` -`The online code coverage reports ` are a good way +`The online code coverage reports `_ are a good way to identify areas for testing improvement in Ansible. By following red colors you can drill down through the reports to find files which have no tests at all. Adding both integration and unit tests which show clearly how code should work, verify important