https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3f493bbfd9747893b99fa616290f97ca2ed4fe99 authored by Paul La Plante on 18 May 2021, 22:09:28 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent e11acaf
Raw File
Tip revision: 3f493bbfd9747893b99fa616290f97ca2ed4fe99 authored by Paul La Plante on 18 May 2021, 22:09:28 UTC
Fix silly typo
Tip revision: 3f493bb
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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