https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c70140c5fde2a08dd01e4ea92151e18411564fdb authored by Bryna Hazelton on 09 February 2022, 19:39:34 UTC, committed by Bryna Hazelton on 09 February 2022, 20:50:25 UTC
1 parent 04f3c55
Raw File
Tip revision: c70140c5fde2a08dd01e4ea92151e18411564fdb authored by Bryna Hazelton on 09 February 2022, 19:39:34 UTC
address review comment
Tip revision: c70140c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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