Revision 39c20a35997da0dd75ab19b3577efec5270866ab authored by Bryna Hazelton on 14 September 2020, 01:40:05 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent f3ee4d1
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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