From bbf329b995085b7d90476a9b336204441f98044d Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Tue, 23 Jun 2020 08:13:16 +0200 Subject: [PATCH] readme: add gha badge for tests (#966) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9cc67bc..8891993 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Latest Version on Packagist][ico-version]][link-packagist] [![Software License][ico-license]](LICENSE.md) +[![Build Status][ico-gha]][link-gha] [![Total Downloads][ico-downloads]][link-downloads] **Complete PHPDocs, directly from the source** @@ -298,6 +299,8 @@ The Laravel IDE Helper Generator is open-sourced software licensed under the [MI [ico-version]: https://img.shields.io/packagist/v/barryvdh/laravel-ide-helper.svg?style=flat-square [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square +[ico-gha]: https://github.com/barryvdh/laravel-ide-helper/workflows/Tests/badge.svg [ico-downloads]: https://img.shields.io/packagist/dt/barryvdh/laravel-ide-helper.svg?style=flat-square [link-packagist]: https://packagist.org/packages/barryvdh/laravel-ide-helper +[link-gha]: https://github.com/barryvdh/laravel-ide-helper/actions [link-downloads]: https://packagist.org/packages/barryvdh/laravel-ide-helper