Revision 27e7378d0758d96f01f81899b450e9b7ee183cb4 authored by e-koch on 23 November 2021, 19:41:01 UTC, committed by kartographer on 07 December 2021, 22:21:15 UTC
1 parent 3037d84
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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