Revision 8d2f8bd9bb5851a57221d5dc2b9efb27395fd7fc authored by Bryna Hazelton on 12 October 2021, 23:27:19 UTC, committed by Bryna Hazelton on 13 October 2021, 22:38:15 UTC
1 parent 3d88460
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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