https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6beba252e9f00c81a629e95d22a90aed8d5b0b9b authored by Paul La Plante on 01 July 2022, 17:40:48 UTC, committed by Bryna Hazelton on 05 July 2022, 20:07:13 UTC
1 parent 900da8f
Raw File
Tip revision: 6beba252e9f00c81a629e95d22a90aed8d5b0b9b authored by Paul La Plante on 01 July 2022, 17:40:48 UTC
Change AND syntax to OR syntax in package specification
Tip revision: 6beba25
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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