Revision dd3714405c334b83cbc1310c5d5ebb3f17a98887 authored by Dara Storer on 13 July 2020, 23:42:38 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 4d1b216
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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