Revision acc218f9b4db469de812ad4af9711353d04f8099 authored by Paul La Plante on 31 January 2022, 23:05:43 UTC, committed by Bryna Hazelton on 01 February 2022, 00:27:53 UTC
1 parent fb2e721
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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