https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1c612e5192b5a05b7309208ed4750ed2ccaeadc4 authored by Dara Storer on 02 July 2020, 20:55:16 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 2bb57d4
Raw File
Tip revision: 1c612e5192b5a05b7309208ed4750ed2ccaeadc4 authored by Dara Storer on 02 July 2020, 20:55:16 UTC
Formatting fix
Tip revision: 1c612e5
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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