Skip to content

Commit 328e1a9

Browse files
committed
Update badges in readme
1 parent 69f7254 commit 328e1a9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer
1+
name: Build
22

33
on:
44
push:

readme.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Structured Field Values for PHP
33

44
Parser and serializer for the [Structured Field Values for HTTP][1] specification.
55

6-
[![Build Status](https://github.com/gapple/structured-fields/workflows/PHP%20Composer/badge.svg)](https://github.com/gapple/structured-fields/actions)
7-
[![codecov](https://codecov.io/gh/gapple/structured-fields/branch/develop/graph/badge.svg)](https://codecov.io/gh/gapple/structured-fields)
6+
[![Build Status](https://github.com/gapple/structured-fields/actions/workflows/php.yml/badge.svg)](https://github.com/gapple/structured-fields/actions/workflows/php.yml)
7+
[![Code Coverage](https://codecov.io/gh/gapple/structured-fields/branch/develop/graph/badge.svg)](https://codecov.io/gh/gapple/structured-fields)
8+
[![Latest Release](https://img.shields.io/github/v/release/gapple/structured-fields)](https://github.com/gapple/structured-fields/releases)
9+
[![Packagist Downloads](https://img.shields.io/packagist/dm/gapple/structured-fields)](https://packagist.org/packages/gapple/structured-fields)
810

911

1012
Installation

0 commit comments

Comments
 (0)