Skip to content

Commit 54d10d6

Browse files
committed
update readme with worflow badge
1 parent 02552aa commit 54d10d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP
1+
name: PHP lint & test
22

33
on: [push, pull_request]
44

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CoverageBadge
22

3-
![](./badges/php.svg)
3+
[![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)
4+
45

56
CoverageBadge is a PHP library for creating SVG coverage badges from Clover XML files.
67

0 commit comments

Comments
 (0)