https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f0ebd9456cf7abfc24162cee59a35776fd74a82f authored by Garrett "Karto" Keating on 27 June 2021, 02:44:49 UTC, committed by Bryna Hazelton on 01 July 2021, 21:45:35 UTC
1 parent d65a696
Raw File
Tip revision: f0ebd9456cf7abfc24162cee59a35776fd74a82f authored by Garrett "Karto" Keating on 27 June 2021, 02:44:49 UTC
Updating changelog
Tip revision: f0ebd94
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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