From 6be6fcc50554b7d63a2cc90df4639edbb6abaf18 Mon Sep 17 00:00:00 2001 From: Ryan Schumacher Date: Thu, 8 Aug 2024 05:36:10 -0500 Subject: [PATCH] update codecov --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d0d4d17..900a64a 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ runtime by injecting them into the head tag of the served HTML file. Vite is a fantastic build tool, but it doesn't support loading environment variables at runtime. This becomes quite a problem when you build a single image for multiple environments or need to build images for on-premises deployments where you can't bake in the environment variables. + +## Code Coverage + +[![codecov](https://codecov.io/gh/jrschumacher/go-spaserve/graph/badge.svg?token=W99WAK10IX)](https://codecov.io/gh/jrschumacher/go-spaserve)