swh:1:snp:cd75f97fa50a6ebd9478725e7a7b03714c2cc090
Raw File
Tip revision: 090b4b9efedd04671d2ea3967cc85d898f3c3d49 authored by Bryna Hazelton on 30 November 2022, 23:32:39 UTC
Fix the incorrect version in the changelog, add a missed item earlier
Tip revision: 090b4b9
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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