Revision cf59c006527c12ac70f59a990cf4c42671c23d5c authored by Bryna Hazelton on 05 August 2020, 15:43:25 UTC, committed by Bryna Hazelton on 05 August 2020, 22:07:05 UTC
1 parent b2e663e
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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