Revision b2226904d39154df5aac222d0daa5658303d7151 authored by Garrett 'Karto' Keating on 17 December 2021, 03:28:34 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent fffda86
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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