https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: a60992aae2b83c1b476e6aa64745f3db3af8c103 authored by Paul La Plante on 07 December 2022, 18:27:23 UTC
Update changelog for new release
Tip revision: a60992a
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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