summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 9bc4ce49a5f89c6995b7e883011f858e80e4c45e (plain)
1
2
3
4
5
6
7
[run]
branch = True
parallel = True
concurrency = multiprocessing,thread
include = Cython/*
source = Cython
omit = Test*