Revision aa15683649fc677d410b84ce88ed5e60e6eb477a authored by Bryna Hazelton on 16 August 2021, 21:01:42 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
Co-authored-by: Matthew Kolopanis <matthew.kolopanis@gmail.com>
1 parent b94ef92
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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