Revision 52a50feeb97b9f80e30fe5a1cebf9e4b86a23028 authored by Bryna Hazelton on 13 September 2022, 01:25:38 UTC, committed by Bryna Hazelton on 13 September 2022, 01:25:38 UTC
1 parent 99f53d2
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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