From 012ee9a4ea00f5be0337f3c713c43ef8ec485464 Mon Sep 17 00:00:00 2001 From: Starttoaster Date: Tue, 26 Mar 2024 02:20:24 -0700 Subject: [PATCH] Add codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6875744..2e7d76c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-proxmox -[![Go Report Card](https://goreportcard.com/badge/github.com/starttoaster/go-proxmox)](https://goreportcard.com/report/github.com/starttoaster/go-proxmox) [![Go Reference](https://pkg.go.dev/badge/github.com/starttoaster/go-proxmox.svg)](https://pkg.go.dev/github.com/starttoaster/go-proxmox) +[![Go Report Card](https://goreportcard.com/badge/github.com/starttoaster/go-proxmox)](https://goreportcard.com/report/github.com/starttoaster/go-proxmox) [![codecov](https://codecov.io/gh/Starttoaster/go-proxmox/graph/badge.svg?token=UFMXVXNKL8)](https://codecov.io/gh/Starttoaster/go-proxmox) [![Go Reference](https://pkg.go.dev/badge/github.com/starttoaster/go-proxmox.svg)](https://pkg.go.dev/github.com/starttoaster/go-proxmox) This is an API client library for Proxmox VE servers. It aims to be simple to use and consume in your own Go programs, make very little assumptions about how the user would consume it, and use as few non-stdlib dependencies to do so as possible.