From 7dd095033f9439595d87ba46f13542fa8bdc2c18 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Mon, 21 Oct 2024 19:48:48 -0400 Subject: [PATCH] Add badges. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d8db83b..9d5feda3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # JavaScript CBOR-LD Processor +[![Build Status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/cborld/main.yml)](https://github.com/digitalbazaar/cborld/actions/workflows/main.yml) +[![Coverage Status](https://img.shields.io/codecov/c/github/digitalbazaar/cborld)](https://codecov.io/gh/digitalbazaar/cborld) + > A JavaScript CBOR-LD Process for Web browsers and Node.js apps. ## Table of Contents