From 3f4024787cf4fb02a97ac02d18b5d6b68b844830 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Fri, 7 Jun 2019 06:28:33 +0100 Subject: Move coverage.rc -> setup.cfg to reduce the number of config files (GH-2984) --- setup.cfg | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 4ac5ece66..6172638ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,4 +13,13 @@ ignore = S001, # S001 found module formatter E226, - # E226 missing whitespace around operator + # E226 missing whitespace around operator[run] + +[coverage:run] +branch = True +parallel = True +concurrency = multiprocessing,thread +include = Cython/* +source = Cython +omit = Test* + -- cgit v1.2.1