Revision ebdc0f159305f1ebe3a55bb09f3bb466eb95fbb0 authored by Paul La Plante on 01 September 2021, 16:16:55 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent 493cf77
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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