https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d267b0a6fa28c5e208d01350da657b0888fa78ee authored by Dara Storer on 15 July 2020, 17:43:11 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 1a336e1
Raw File
Tip revision: d267b0a6fa28c5e208d01350da657b0888fa78ee authored by Dara Storer on 15 July 2020, 17:43:11 UTC
Pragma nocover for OSError
Tip revision: d267b0a
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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