https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: faef70f2ffaf48f0fc5ff335e29000704c73cdfc authored by Bryna Hazelton on 15 July 2020, 21:53:47 UTC
Fix conftest docstrings and comments referring to checkWarnings
Tip revision: faef70f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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