Skip to content

Commit

Permalink
docs(contributing): fix typos in coverage html section
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Sep 2, 2024
1 parent 7d8fed3 commit b5239ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b5239ef

Please sign in to comment.