https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0b15661de703ffffe82c102c2cbc73a1ff68e002 authored by Dara Storer on 05 February 2021, 19:06:01 UTC, committed by Dara Storer on 05 February 2021, 19:06:01 UTC
1 parent adf71c3
Raw File
Tip revision: 0b15661de703ffffe82c102c2cbc73a1ff68e002 authored by Dara Storer on 05 February 2021, 19:06:01 UTC
Allow exclude on write
Tip revision: 0b15661
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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