Revision 4e39f15f07eb8e4ceaae8cf6d0bd685c45656806 authored by Garrett "Karto" Keating on 16 July 2021, 04:27:24 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 6a84ce2
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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