Revision 359db8f6a3d771ba9ff156667712cb9017911939 authored by Garrett "Karto" Keating on 16 July 2021, 21:26:47 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 4e39f15
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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