Revision d745e74710ab581d489e815095d0dd4ee91e9c35 authored by Bryna Hazelton on 15 September 2025, 18:00:43 UTC, committed by Jonathan Pober on 15 September 2025, 18:31:58 UTC
1 parent ea19da5
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = thread, multiprocessing
parallel = true
omit =
*/tests/*
*/docs/*
*/data/*
setup.py
source =
pyuvdata
[report]
omit =
*/tests/*
*/docs/*
*/data/*
setup.py
exclude_also =
@vectorize
@numba.vectorize
show_missing = true
[paths]
source =
src
*/site-packages"
tests =
tests
*/tests

Computing file changes ...