From d37125f0a6a77e60e8d3d466bfeb5f6dd7d477dd Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Tue, 22 Aug 2017 12:44:21 -0700 Subject: [PATCH] Fix coverage reporting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08d0322..323fe4c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ lint: test_deps ./setup.py flake8 test: test_deps lint - coverage run --source=$$(python setup.py --name) ./test/test.py + coverage run --source=$$(python setup.py --name | sed 's/-/_/g') ./test/test.py init_docs: cd docs; sphinx-quickstart