Skip to content

Commit 7fb1c12

Browse files
committed
Add code coverage badge to the README
1 parent 8ed9a3e commit 7fb1c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![CI](https://github.com/elixir-mint/hpax/actions/workflows/main.yml/badge.svg)
44
[![Docs](https://img.shields.io/badge/api-docs-green.svg?style=flat)](https://hexdocs.pm/hpax)
55
[![Hex.pm Version](http://img.shields.io/hexpm/v/hpax.svg?style=flat)](https://hex.pm/packages/hpax)
6+
[![Coverage Status](https://coveralls.io/repos/github/elixir-mint/hpax/badge.svg?branch=main)](https://coveralls.io/github/elixir-mint/hpax?branch=main)
67

78
HPAX is an Elixir implementation of the HPACK header compression algorithm as used in HTTP/2 and
89
defined in RFC 7541. HPAX is used by several Elixir projects, including the

0 commit comments

Comments
 (0)