https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 74f064150670c891d88a8af1ea7fb388168ffc13 authored by Matthew Kolopanis on 29 July 2020, 17:09:26 UTC, committed by Bryna Hazelton on 06 August 2020, 17:44:09 UTC
1 parent d857104
Raw File
Tip revision: 74f064150670c891d88a8af1ea7fb388168ffc13 authored by Matthew Kolopanis on 29 July 2020, 17:09:26 UTC
remove now unused env variable
Tip revision: 74f0641
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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