Skip to content

Commit c58c47f

Browse files
authored
Merge pull request #21 from igorsgm/hotfix/img-shields
Add coverage and quality badges to README
2 parents 1f5da0f + 48d9dd6 commit c58c47f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<a href="https://github.com/igorsgm/laravel-git-hooks/actions/workflows/main.yml/badge.svg">
1010
<img src="https://img.shields.io/github/actions/workflow/status/igorsgm/laravel-git-hooks/main.yml?style=flat-square" alt="Build Status">
1111
</a>
12+
<img src="https://img.shields.io/scrutinizer/coverage/g/igorsgm/laravel-git-hooks/master?style=flat-square" alt="Test Coverage">
13+
<img src="https://img.shields.io/scrutinizer/quality/g/igorsgm/laravel-git-hooks/master?style=flat-square" alt="Code Quality">
1214
<a href="https://packagist.org/packages/igorsgm/laravel-git-hooks">
1315
<img src="https://img.shields.io/packagist/dt/igorsgm/laravel-git-hooks.svg?style=flat-square" alt="Total Downloads">
1416
</a>

0 commit comments

Comments
 (0)