Revision b5c4b138be3563bdda0f34e761a6722857727ebc authored by Paul La Plante on 12 March 2021, 21:02:06 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 1fea13e
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

[report]
omit =
  */tests/*
  */conftest.py
back to top