From eff82bfbbead86258c93fd9d725c5248ff907c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20Ka=C3=A7ka?= Date: Tue, 11 Oct 2016 17:39:51 +0300 Subject: [PATCH] docs: Fix path of Code Coverage report page on CONTRIBUTING.md file (#5005) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2da42d5..5d022693 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -122,7 +122,7 @@ To generate a detailed report about test coverage (which helps tremendously when jake test --cov ``` -After that, open `spec/coverage//index.html` in a browser to see the report. +After that, open `coverage//index.html` in a browser to see the report. From there you can click through folders/files to get details on their individual coverage. ## Improving Documentation