https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ca65d61a2f3acb83433863c5e960c84ff87a7ccd authored by Adam Beardsley on 01 July 2020, 17:23:27 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent 70ad319
Raw File
Tip revision: ca65d61a2f3acb83433863c5e960c84ff87a7ccd authored by Adam Beardsley on 01 July 2020, 17:23:27 UTC
update changelog
Tip revision: ca65d61
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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