Skip to content

Commit f1af020

Browse files
authored
add badges (#144)
1 parent 8acdacc commit f1af020

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A task scheduler for CodeIgniter 4.
44

5+
[![PHPUnit](https://github.com/codeigniter4/tasks/actions/workflows/phpunit.yml/badge.svg)](https://github.com/codeigniter4/tasks/actions/workflows/phpunit.yml)
6+
[![PHPStan](https://github.com/codeigniter4/tasks/actions/workflows/phpstan.yml/badge.svg)](https://github.com/codeigniter4/tasks/actions/workflows/phpstan.yml)
7+
[![Deptrac](https://github.com/codeigniter4/tasks/actions/workflows/deptrac.yml/badge.svg)](https://github.com/codeigniter4/tasks/actions/workflows/deptrac.yml)
8+
[![Coverage Status](https://coveralls.io/repos/github/codeigniter4/tasks/badge.svg?branch=develop)](https://coveralls.io/github/codeigniter4/tasks?branch=develop)
9+
10+
![PHP](https://img.shields.io/badge/PHP-%5E7.4-blue)
11+
![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.1-blue)
12+
513
## Installation
614

715
Install via Composer:

0 commit comments

Comments
 (0)