Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Apr 10, 2021
1 parent d6185db commit ad85d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
SCT.rs is a certificate transparency SCT verifier in rust.
It uses [*ring*](https://github.com/briansmith/ring) for cryptography.

[![Build Status](https://travis-ci.org/ctz/sct.rs.svg?branch=main)](https://travis-ci.org/ctz/sct.rs)
[![Coverage Status](https://coveralls.io/repos/github/ctz/sct.rs/badge.svg?branch=main)](https://coveralls.io/github/ctz/sct.rs?branch=main)
[![Build Status](https://github.com/ctz/sct.rs/workflows/sct.rs/badge.svg)](https://github.com/ctz/sct.rs/actions)
[![Coverage Status (codecov.io)](https://codecov.io/gh/ctz/sct.rs/branch/main/graph/badge.svg)](https://codecov.io/gh/ctz/sct.rs/)
[![Documentation](https://docs.rs/sct/badge.svg)](https://docs.rs/sct/)
[![Crates.io](https://img.shields.io/crates/v/sct.svg)](https://crates.io/crates/sct)

Expand Down

0 comments on commit ad85d49

Please sign in to comment.