Revision 826304987b6dfb0acfabca32ee9b38e81211b398 authored by pyxieloustar on 17 November 2021, 16:24:26 UTC, committed by pyxieloustar on 13 December 2021, 19:39:32 UTC
1 parent ffc3292
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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