Revision 8022bc7e7d44c6be405b365f9cf5bab89b04a3ef authored by Garrett "Karto" Keating on 13 September 2021, 02:17:41 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 11975eb
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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