Revision 955cb3c27c1f1ca8356a4a801a8c0e2f629ac380 authored by pyxieloustar on 15 November 2021, 22:36:20 UTC, committed by pyxieloustar on 04 April 2022, 21:20:19 UTC
1 parent 3e488a5
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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