Revision 5be2ee2809f1df29e9ed94b28d1a587a60418628 authored by Garrett "Karto" Keating on 02 May 2021, 01:04:12 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent a10427d
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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