From a19ce1a4d0048d389411cfe11a5dbe4c503720e1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 16 Jun 2021 17:12:11 -0700 Subject: [PATCH] codecov badge, closes #275 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8b8245..8c1b4ab 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Python 3.x](https://img.shields.io/pypi/pyversions/sqlite-utils.svg?logo=python&logoColor=white)](https://pypi.org/project/sqlite-utils/) [![Tests](https://github.com/simonw/sqlite-utils/workflows/Test/badge.svg)](https://github.com/simonw/sqlite-utils/actions?query=workflow%3ATest) [![Documentation Status](https://readthedocs.org/projects/sqlite-utils/badge/?version=latest)](http://sqlite-utils.datasette.io/en/latest/?badge=latest) +[![codecov](https://codecov.io/gh/simonw/sqlite-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/simonw/sqlite-utils) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/sqlite-utils/blob/main/LICENSE) Python CLI utility and library for manipulating SQLite databases.