From 08b21601f81904959652ae0d345865d6a2573707 Mon Sep 17 00:00:00 2001 From: Umputun Date: Fri, 11 Feb 2022 13:47:42 -0600 Subject: [PATCH] fix coverage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7b4ad7..3546729 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # email sending library -[![Build Status](https://github.com/go-pkgz/email/workflows/build/badge.svg)](https://github.com/go-pkgz/email/actions) [![Coverage Status](https://coveralls.io/repos/github/go-pkgz/email/badge.svg?branch=master)](https://coveralls.io/github/go-pkgz/flow?branch=master) +[![Build Status](https://github.com/go-pkgz/email/workflows/build/badge.svg)](https://github.com/go-pkgz/email/actions) [![Coverage Status](https://coveralls.io/repos/github/go-pkgz/email/badge.svg?branch=master)](https://coveralls.io/github/go-pkgz/email?branch=master) The library is a wrapper around the stdlib `net/smtp` simplifying email sending. It supports authentication, SSL/TLS,