https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: a0b20ffd4aea849f2bba39a7b2427c7f0c6e4a07 authored by Bryna Hazelton on 22 December 2020, 06:13:27 UTC
update the changelog
Tip revision: a0b20ff
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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