https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 94516415016c0eb4c4893f0ff42b85636d0c4304 authored by Matthew Kolopanis on 28 April 2020, 21:55:54 UTC, committed by Matthew Kolopanis on 29 April 2020, 15:47:53 UTC
1 parent 4e13dec
Raw File
Tip revision: 94516415016c0eb4c4893f0ff42b85636d0c4304 authored by Matthew Kolopanis on 28 April 2020, 21:55:54 UTC
note cython necessary for coverage reporting of pyx extensions
Tip revision: 9451641
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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