swh:1:snp:41566aa9a40bc611de30aa488e1219c01db504f6
Raw File
Tip revision: 57eed040be9b71e928d1b030d0d61ee2a50acfc2 authored by Paul La Plante on 13 September 2021, 16:13:53 UTC
Update changelog
Tip revision: 57eed04
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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