From fe3bd309f6991252c2cb5b274fb71e1a06b4b091 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 22:12:13 -0400 Subject: Add badge; Ignore CLI code --- .coveragerc | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 5f51efe..3898458 100644 --- a/.coveragerc +++ b/.coveragerc @@ -13,4 +13,4 @@ omit = conftest.py setup.py tests/* - delivery_merge/tests/* + delivery_merge/cli/* diff --git a/README.md b/README.md index 76e9653..609d63f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # delivery_merge [![Build Status](https://dev.azure.com/astroconda/delivery_merge/_apis/build/status/astroconda.delivery_merge?branchName=master)](https://dev.azure.com/astroconda/delivery_merge/_build/latest?definitionId=1&branchName=master) - +[![codecov](https://codecov.io/gh/astroconda/delivery_merge/branch/master/graph/badge.svg)](https://codecov.io/gh/astroconda/delivery_merge) ## What does it do? -- cgit