Revision 31379f75648ba9b8c0947cf5bbc442d7b8ffde13 authored by Dara Storer on 03 July 2020, 19:26:58 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 1896712
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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