Skip to content

Commit

Permalink
docs: add testing and codecov badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Nov 25, 2023
1 parent 87f55ab commit fa5e7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
![Packagist Version](https://img.shields.io/packagist/v/datalinx/php-package-template)
![Packagist Downloads](https://img.shields.io/packagist/dt/datalinx/php-package-template)
[![Test runner](https://github.com/DataLinx/php-package-template/actions/workflows/test-runner.yml/badge.svg)](https://github.com/DataLinx/php-package-template/actions/workflows/test-runner.yml)
[![codecov](https://codecov.io/gh/DataLinx/php-package-template/graph/badge.svg?token=1HKSY5O6IW)](https://codecov.io/gh/DataLinx/php-package-template)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
![Packagist License](https://img.shields.io/packagist/l/datalinx/php-package-template)

Expand Down
1 change: 1 addition & 0 deletions docs/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Also, `test-runner.yml` is included in the `.github/workflows` directory, which
cmd: composer test
```
5. Copy and configure the `test-runner.yml` GitHub workflow file from this template to your project.
6. Add the _Test runner_ and _Codecov_ badges to the `README.md` file.

### Running tests
There are different ways to run tests:
Expand Down

0 comments on commit fa5e7b4

Please sign in to comment.