swh:1:snp:abe315f955ee28c98100d4f5da935756d780a75d
Raw File
Tip revision: 35a26a2614423fafafe1b8b6d208734a7295bdfc authored by Bryna Hazelton on 14 September 2022, 20:25:23 UTC
address review comments
Tip revision: 35a26a2
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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