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

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