From b5239ef38a2b3469dba2059a66e336ae165c4cd5 Mon Sep 17 00:00:00 2001 From: Orkun Date: Mon, 2 Sep 2024 20:38:38 +0300 Subject: [PATCH] docs(contributing): fix typos in coverage html section --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 438b86cb..1c0d5bb0 100644 --- a/contributing.md +++ b/contributing.md @@ -41,7 +41,7 @@ Run PHPUnit with the `--coverage-html` option to generate a coverage report in C docker-compose run phpunit --coverage-html=cov/html ``` -The markdown report will be saved in the cov/markdown/coverage_report.md file. You can open this file to review the coverage details. +The html report will be saved in the cov/html directory. You can open this folder to review the coverage details. ### Testing the local source code of the SDK