summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2023-09-30 17:00:03 -0700
committersitkevij <1553398+sitkevij@users.noreply.github.com>2023-09-30 17:00:03 -0700
commit343352ad0445ec8522432df5795bbadfef41d9f0 (patch)
tree8711b25368a4eeab958599d7caa8f406d5d93fdb
parent82ad53f5e4a3b0ea3e42b15d0d24cc27e8b5cd7b (diff)
docs: update readme badging
-rw-r--r--BADGING.md13
-rw-r--r--README.md4
2 files changed, 14 insertions, 3 deletions
diff --git a/BADGING.md b/BADGING.md
index a7850c2..37fe4cb 100644
--- a/BADGING.md
+++ b/BADGING.md
@@ -1,5 +1,16 @@
+# Badges
+
+Refer to README for current badges.
+
+## Deprecated
+
[![build](https://travis-ci.org/sitkevij/hex.svg?branch=master)](https://travis-ci.org/sitkevij/hex)
[![coverage](https://img.shields.io/codecov/c/github/sitkevij/hex/master.svg)](https://codecov.io/gh/sitkevij/hex)
+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsitkevij%2Fhex.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsitkevij%2Fhex?ref=badge_shield)
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsitkevij%2Fhex.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsitkevij%2Fhex?ref=badge_large)
+
+## Current
-[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsitkevij%2Fhex.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsitkevij%2Fhex?ref=badge_large) \ No newline at end of file
+[![build status](https://github.com/sitkevij/hex/workflows/CI/badge.svg)](https://github.com/sitkevij/hex/actions)
+[![crates.io](https://img.shields.io/crates/v/hx.svg)](https://crates.io/crates/hx)
diff --git a/README.md b/README.md
index b3087a3..92beed2 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,8 @@ cat tests/files/alphanumeric.txt | hx
bytes: 68
```
-[![build](https://travis-ci.org/sitkevij/hex.svg?branch=master)](https://travis-ci.org/sitkevij/hex)
-[![coverage](https://img.shields.io/codecov/c/github/sitkevij/hex/master.svg)](https://codecov.io/gh/sitkevij/hex)
+[![build status](https://github.com/sitkevij/hex/workflows/CI/badge.svg)](https://github.com/sitkevij/hex/actions)
+[![crates.io](https://img.shields.io/crates/v/hx.svg)](https://crates.io/crates/hx)
## quick links