https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 910855732224cc957c2975b36823eb9129b91941 authored by Bryna Hazelton on 01 June 2022, 17:55:36 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent aa5e239
Raw File
Tip revision: 910855732224cc957c2975b36823eb9129b91941 authored by Bryna Hazelton on 01 June 2022, 17:55:36 UTC
improve test coverage
Tip revision: 9108557
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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