https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 60574ec0c05f26aa38da7dc633263cd3c1afb5e4 authored by Adam Lanman on 04 January 2021, 19:56:01 UTC, committed by Bryna Hazelton on 14 January 2021, 05:23:16 UTC
1 parent 2917600
Raw File
Tip revision: 60574ec0c05f26aa38da7dc633263cd3c1afb5e4 authored by Adam Lanman on 04 January 2021, 19:56:01 UTC
changelog
Tip revision: 60574ec
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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