https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cc1562d3b8a9d18c1af316a084457ed17dc5391e authored by Paul La Plante on 25 August 2021, 23:36:10 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent 56daa4a
Raw File
Tip revision: cc1562d3b8a9d18c1af316a084457ed17dc5391e authored by Paul La Plante on 25 August 2021, 23:36:10 UTC
Remove unreachable code
Tip revision: cc1562d
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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