https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 96675edc7345dedc53310400191d12f9bc296462 authored by Bryna Hazelton on 21 May 2020, 21:49:18 UTC
fix ci errors
Tip revision: 96675ed
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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