Revision 536d23b2ed40c433afad0b29bbc1c9d0c984eafd authored by Garrett "Karto" Keating on 22 May 2021, 19:23:44 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent b72472a
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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