https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c6142d4e0a331546f847295576364438ad0705fb authored by Adam Beardsley on 01 July 2020, 21:02:27 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent ca65d61
Raw File
Tip revision: c6142d4e0a331546f847295576364438ad0705fb authored by Adam Beardsley on 01 July 2020, 21:02:27 UTC
moved changelog entry
Tip revision: c6142d4
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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