Raw File
[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