https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dfdb0a2a611d1d2139f2397459f80a8e4eb8a50d authored by Dara Storer on 15 July 2020, 16:37:24 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent f0024b7
Raw File
Tip revision: dfdb0a2a611d1d2139f2397459f80a8e4eb8a50d authored by Dara Storer on 15 July 2020, 16:37:24 UTC
Filter warning
Tip revision: dfdb0a2
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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