Revision ff5cf75856e91654e8645028d070aa7292654062 authored by Garrett 'Karto' Keating on 30 November 2022, 04:19:05 UTC, committed by Garrett 'Karto' Keating on 29 December 2022, 20:17:30 UTC
1 parent 9689795
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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