From 544c24c3a5c68c32be394b8c9d46160ff8e05ae6 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 30 Apr 2019 06:43:19 +0200 Subject: [PATCH] Add type coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eebfeb306f9..a01f2873396 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of [![Latest Stable Version](https://img.shields.io/packagist/v/phpunit/phpunit.svg?style=flat-square)](https://packagist.org/packages/phpunit/phpunit) [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?style=flat-square)](https://php.net/) [![Build Status](https://img.shields.io/travis/sebastianbergmann/phpunit/master.svg?style=flat-square)](https://phpunit.de/build-status.html) +[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/phpunit/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/phpunit) ## Installation