Revision bf14602793ea3608ddf491510a65738af20a7c18 authored by Garrett "Karto" Keating on 09 August 2021, 21:29:22 UTC, committed by Garrett "Karto" Keating on 09 August 2021, 21:29:22 UTC
1 parent 634795f
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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