From 537a97ebe703eff6fdad390e0d90f882120b6b36 Mon Sep 17 00:00:00 2001 From: Densest Void Date: Fri, 31 Jul 2020 08:34:57 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97438de..99f8e14 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ I would like to add common helper functions/features inspired by the package use # GroupMe API Wrapper ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/densestvoid/groupme?label=version&logo=version&sort=semver) [![PkgGoDev](https://pkg.go.dev/badge/github.com/densestvoid/groupme)](https://pkg.go.dev/github.com/densestvoid/groupme) +[![codecov](https://codecov.io/gh/densestvoid/groupme/branch/master/graph/badge.svg)](https://codecov.io/gh/densestvoid/groupme) ## Description The design of this package is meant to be super simple. Wrap the exposed API endpoints [documented](https://dev.groupme.com/docs/v3#v3) by the GroupMe team. While you can achieve the core of this package with cURL, there are some small added features, coupled along with a modern language, that should simplify writing GroupMe [bots](https://dev.groupme.com/bots) and [applications](https://dev.groupme.com/applications). @@ -80,4 +81,4 @@ I find the hours I can spend developing personal projects decreasing every year, All credits for the actual platform belong to the GroupMe team; I only used the exposed API they wrote. ## License -GPL-3.0 License © [DensestVoid](https://github.com/densestvoid) \ No newline at end of file +GPL-3.0 License © [DensestVoid](https://github.com/densestvoid)