Revision 5c6cb19dcc6675d53f6b81f82bfa1c9de6c92d4d authored by Bryna Hazelton on 02 June 2022, 16:04:42 UTC, committed by Bryna Hazelton on 03 June 2022, 23:05:30 UTC
1 parent 47bd266
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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