Skip to content

Commit

Permalink
Add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster authored Mar 26, 2024
1 parent 3f53b1d commit 012ee9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 012ee9a

Please sign in to comment.