swh:1:snp:8c84c281e5b9f25b02820a7a124986496090bc0f
Raw File
Tip revision: 09e113445e2536aadf766e652eb76ab12b0a5211 authored by Paul La Plante on 19 October 2021, 01:32:19 UTC
Fix version specification for github actions
Tip revision: 09e1134
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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