Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CoverageBadge

[![PHP lint & test](https://github.com/codebtech/coveragebadge/actions/workflows/php.yml/badge.svg)](https://github.com/codebtech/coveragebadge/actions/workflows/php.yml) ![](./badges/php.svg)
[![PHP lint & test](https://github.com/codebtech/coveragebadge/actions/workflows/php.yml/badge.svg)](https://github.com/codebtech/coveragebadge/actions/workflows/php.yml) ![PHP Code Coverage](./badges/php.svg) ![Packagist dowloads](https://img.shields.io/packagist/dt/codebtech/coveragebadge?logoColor=fff&label=packagist)


CoverageBadge is a PHP library for creating SVG coverage badges from Clover XML files.
Expand All @@ -26,4 +26,4 @@ vendor/bin/coverage-badge /path/to/clover.xml,/path/to/clover2.xml /path/to/badg

## Acknowledgements

This library is inspired by [JASchilz/PHPCoverageBadge](https://github.com/JASchilz/PHPCoverageBadge)
This library is inspired by [JASchilz/PHPCoverageBadge](https://github.com/JASchilz/PHPCoverageBadge)