Revision fa6b75ef87573998c332174dc6056d621382cc90 authored by Garrett "Karto" Keating on 07 May 2021, 17:06:48 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent e35a3e4
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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