From 1d74d1a3254e39ff1df66de9616351d59595632a Mon Sep 17 00:00:00 2001 From: androiddrew Date: Tue, 30 Jan 2018 12:01:33 -0500 Subject: [PATCH] Added coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d25292..4a1dda3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # apistar-mail [![Build Status](https://travis-ci.org/androiddrew/apistar-mail.svg?branch=master)](https://travis-ci.org/androiddrew/apistar-mail) +[![codecov](https://codecov.io/gh/androiddrew/apistar-mail/branch/master/graph/badge.svg)](https://codecov.io/gh/androiddrew/apistar-mail) Provides a simple interface to set up SMTP with your [APIStar](https://github.com/encode/apistar) application and send messages from your view functions. Please note this work derives largely from the [Flask-Mail](https://github.com/mattupstate/flask-mail) extension by 'Dan Jacob' and contributors, but has been modified extensively to remove Python 2 support and be used as an APIStar component.