Skip to content

Commit

Permalink
style(ci): Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
the-wondersmith committed Apr 20, 2023
1 parent 556450a commit 82de453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yamllint disable rule:line-length
---
name: "Run Tests 🧪 "
name: " Tests 🧪 "

# yamllint disable-line rule:truthy
on:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# briteverify-rs

[![Coverage Status](https://coveralls.io/repos/github/the-wondersmith/briteverify-rs/badge.svg?branch=main)](https://coveralls.io/github/the-wondersmith/briteverify-rs?branch=main)
[![crate](https://img.shields.io/crates/v/briteverify-rs.svg)](https://crates.io/crates/briteverify-rs)
[![documentation](https://docs.rs/briteverify-rs/badge.svg)](https://docs.rs/briteverify-rs)
[![tests](https://github.com/the-wondersmith/briteverify-rs/actions/workflows/tests.yml/badge.svg)](https://github.com/the-wondersmith/briteverify-rs/actions)
[![coverage](https://coveralls.io/repos/github/the-wondersmith/briteverify-rs/badge.svg?branch=main)](https://coveralls.io/github/the-wondersmith/briteverify-rs?branch=main)

`briteverify-rs` provides a type-safe, ergonomic client for
the [BriteVerify API](https://docs.briteverify.com/) based on
Expand Down

0 comments on commit 82de453

Please sign in to comment.