Skip to content
Snippets Groups Projects
.coveragerc 121 B
Newer Older
  • Learn to ignore specific revisions
  • [run]
    branch = True
    parallel = True
    concurrency = multiprocessing,thread
    include = Cython/*
    source = Cython
    omit = Test*