https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: d34f5f8228d23e2c7c5b7568346ac4a5e4bf931c authored by Adam Lanman on 03 November 2022, 14:03:45 UTC
cover new case
Tip revision: d34f5f8
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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