Revision de6b23415a628e85ceeb22e571e07571c15775b7 authored by Garrett "Karto" Keating on 13 May 2021, 14:05:38 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 22e7443
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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