https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision de62b7322b516b0b8d2703e2b8d62ffee7f2a5f1 authored by Matthew Kolopanis on 07 December 2020, 23:22:36 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent 70bbf98
Raw File
Tip revision: de62b7322b516b0b8d2703e2b8d62ffee7f2a5f1 authored by Matthew Kolopanis on 07 December 2020, 23:22:36 UTC
re-add coverage lost by bad logic
Tip revision: de62b73
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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