Revision 238718514de4efa26581e554492e34eacf3bf231 authored by Bryna Hazelton on 02 July 2024, 00:53:05 UTC, committed by Bryna Hazelton on 12 July 2024, 15:32:30 UTC
1 parent 4fe59c7
Raw File
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */docs/*
  setup.py
source =
  pyuvdata

[report]
omit =
  */tests/*
  */docs/*
  setup.py

show_missing = true

[paths]
source =
    src
    */site-packages"
tests =
    tests
    */tests
back to top