https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision abcf058856e3e357ed1e58b4592c5104a3f49359 authored by Garrett "Karto" Keating on 28 September 2021, 21:14:39 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 786fe0f
Raw File
Tip revision: abcf058856e3e357ed1e58b4592c5104a3f49359 authored by Garrett "Karto" Keating on 28 September 2021, 21:14:39 UTC
Minor tweaks to MS tests to filter/capture warnings
Tip revision: abcf058
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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