From 6c86efc1a39792cb08e18ff6bd5ca3af0c1739ed Mon Sep 17 00:00:00 2001 From: Ronald Bradford Date: Mon, 5 Oct 2015 13:32:44 -0400 Subject: Add standard code coverage configuration file Add the .coveragerc configuration consistent with other projects, specifically to define including branch = True and omit including tests in the coverage reports Change-Id: Icb1989e4828ac380acc9a395b241fdf592c7d022 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ea9789f..dee193a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.coverage +.coverage* .venv *,cover cover -- cgit v1.2.1