https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fcff76f1e325a8c2205dd75e32cc3d7c263b7ede authored by pyxieloustar on 01 December 2021, 19:40:51 UTC, committed by Bryna Hazelton on 13 December 2021, 19:13:57 UTC
1 parent d69091b
Raw File
Tip revision: fcff76f1e325a8c2205dd75e32cc3d7c263b7ede authored by pyxieloustar on 01 December 2021, 19:40:51 UTC
edit comment
Tip revision: fcff76f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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