Skip to content

Commit 4a72000

Browse files
committed
Add badges to README
1 parent d5643cc commit 4a72000

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Cuddle is a library for generating and manipulating [CDDL](https://datatracker.ietf.org/doc/html/rfc8610).
44

5-
<p align="center">
6-
<a href="https://github.com/input-output-hk/cuddle/actions/workflows/ci.yml">
7-
<img alt="GitHub Workflow Status (master)" src="https://img.shields.io/github/actions/workflow/status/input-output-hk/cuddle/ci.yml?branch=master&style=for-the-badge" />
8-
</a>
9-
</p>
5+
| Language | Github Actions | Coveralls |
6+
|:--------:|:--------------:|:---------:|
7+
| ![GitHub top language](https://img.shields.io/github/languages/top/input-output-hk/cuddle.svg) | [![Build Status](https://github.com/input-output-hk/cuddle/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/input-output-hk/cuddle/actions/workflows/ci.yaml) | [![Coverage Status](https://coveralls.io/repos/github/input-output-hk/cuddle/badge.svg?branch=master)](https://coveralls.io/github/input-output-hk/cuddle?branch=master)
8+
9+
| Github Repo | Hackage | Nightly | LTS |
10+
|:-------------------|:-------:|:-------:|:---:|
11+
| [`cuddle`](https://github.com/input-output-hk/cuddle)| [![Hackage](https://img.shields.io/hackage/v/cuddle.svg)](https://hackage.haskell.org/package/cuddle)| [![Nightly](https://www.stackage.org/package/cuddle/badge/nightly)](https://www.stackage.org/nightly/package/cuddle)| [![LTS](https://www.stackage.org/package/cuddle/badge/lts)](https://www.stackage.org/lts/package/cuddle)
1012

1113
## Supported features
1214

0 commit comments

Comments
 (0)