https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 28f1480d1a83a12e6af11ab0201375d5445ad4c2 authored by Matthew Kolopanis on 14 December 2020, 20:25:57 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent f1b1cfa
Raw File
Tip revision: 28f1480d1a83a12e6af11ab0201375d5445ad4c2 authored by Matthew Kolopanis on 14 December 2020, 20:25:57 UTC
pragma: no cover for continue coverage bug
Tip revision: 28f1480
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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