From c9f52434d647d737c6907e53858eff94b74fc18d Mon Sep 17 00:00:00 2001 From: wkoot Date: Mon, 9 Oct 2017 14:53:10 +0200 Subject: [PATCH] Current test logic is not aimed at testing code branching; better disable but leave in coveragerc --- .coveragerc | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 85bedc84..331b8f3b 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,3 @@ [run] source = instagram -branch = True +branch = False diff --git a/README.md b/README.md index 79af5b0f..2a85d2ac 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Build Status](https://api.travis-ci.org/wkoot/python-instagram.svg)](https://travis-ci.org/wkoot/python-instagram) [![Code Coverage](https://api.codacy.com/project/badge/coverage/6dd0431b8752421d95521ea59fc6ecc1)](https://www.codacy.com/app/wkoot/python-instagram) +[![Coverage Status](https://coveralls.io/repos/github/wkoot/python-instagram/badge.svg)](https://coveralls.io/github/wkoot/python-instagram) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/6dd0431b8752421d95521ea59fc6ecc1)](https://www.codacy.com/app/wkoot/python-instagram)