From 4e08eb983ca99d23a8addb72b5d93b7fbaeae864 Mon Sep 17 00:00:00 2001 From: Chris Hambridge Date: Mon, 17 Jul 2017 08:45:24 -0400 Subject: [PATCH] Fix code coverage calculation. Resolves #64. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c6cd4c..21b00af 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ tests: -py.test -v tests-coverage: - -py.test -v --cov=rho + -py.test -v --cov=rho --cov=library lint-flake8: flake8 . --ignore D203