From bae4a3393f4fd9cccc229e4b9c3d997fe7cfb4c1 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 24 May 2018 17:10:50 +1200 Subject: release: include release directory in coverage With lots of exclusions for now --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 592cc2e3..32b6aac3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,8 @@ exclude = pathod/pathod.py pathod/test.py pathod/protocols/http2.py + release/hooks + [tool:individual_coverage] exclude = @@ -89,3 +91,4 @@ exclude = pathod/protocols/http2.py pathod/protocols/websockets.py pathod/test.py + release/hooks -- cgit v1.2.3