Commit 3f402478 authored by alimcmaster1's avatar alimcmaster1 Committed by Stefan Behnel

Move coverage.rc -> setup.cfg to reduce the number of config files (GH-2984)

parent 70d77032
[run]
branch = True
parallel = True
concurrency = multiprocessing,thread
include = Cython/*
source = Cython
omit = Test*
......@@ -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*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment