Revision b701694c4ac281f1596160be6f746e7dc971497b authored by Garrett "Karto" Keating on 19 May 2021, 04:09:32 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 02dac4f
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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