Revision 84ac94a7a8b3bdd48de8e2bed0bbc5fdbe62fa21 authored by Bryna Hazelton on 09 September 2021, 21:54:20 UTC, committed by Matthew Kolopanis on 28 September 2021, 17:49:24 UTC
1 parent 1518f24
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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