https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision aa5e239f8e18046fd78a77fbccc080de9c621ce7 authored by Bryna Hazelton on 12 May 2022, 15:56:38 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent 9be6480
Raw File
Tip revision: aa5e239f8e18046fd78a77fbccc080de9c621ce7 authored by Bryna Hazelton on 12 May 2022, 15:56:38 UTC
improve test coverage
Tip revision: aa5e239
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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