https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 182d5537a15e78e473e6bec2ec8443950d15719f authored by Paul La Plante on 02 February 2021, 09:22:21 UTC, committed by Bryna Hazelton on 04 February 2021, 18:03:47 UTC
1 parent 842efb9
Raw File
Tip revision: 182d5537a15e78e473e6bec2ec8443950d15719f authored by Paul La Plante on 02 February 2021, 09:22:21 UTC
Undo type change
Tip revision: 182d553
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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