Revision 89b46f6e86e8dcd99b7cafb34bba9165d0fd96af authored by Steven Murray on 24 January 2023, 21:51:01 UTC, committed by Steven Murray on 24 January 2023, 21:51:01 UTC
1 parent 4159afd
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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