Revision 57ff49661155427add795b0ccb3229325c23e189 authored by pyxieloustar on 11 March 2021, 20:33:05 UTC, committed by pyxieloustar on 11 May 2021, 15:36:42 UTC
1 parent f2e1872
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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