swh:1:snp:467a479aaed576dccafada966b029f9f7655023b
Raw File
Tip revision: ae16628d12a06e014d04e0a1139d42adb89dd8f2 authored by pyxieloustar on 17 November 2021, 16:24:26 UTC
move corrections into functions; only correct in-range values
Tip revision: ae16628
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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