From bd6a548e341a2d98840a2e609b3806d7343ff682 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 29 Apr 2026 13:56:32 -0500 Subject: [PATCH] Add Codecov badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53cb265..c95cbe5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![codecov](https://codecov.io/gh/jwetzell/osc-go/branch/main/graph/badge.svg?token=DW3CCZELGI)](https://codecov.io/gh/jwetzell/osc-go) + A mostly complete OSC implementation and collection of command line OSC utilities written in Go. Mainly an exercise in learning Go. ## Utilities