https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bdf2737c2e7d364d68e4a29bae31f9a688f09c0e authored by Adam Lanman on 25 October 2022, 18:02:55 UTC, committed by Bryna Hazelton on 04 November 2022, 18:57:21 UTC
1 parent 70232dd
Raw File
Tip revision: bdf2737c2e7d364d68e4a29bae31f9a688f09c0e authored by Adam Lanman on 25 October 2022, 18:02:55 UTC
cover acceptability check
Tip revision: bdf2737
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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