https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision befb9204a73f20e2fe5b4a36ad4612de710da7c9 authored by Bryna Hazelton on 09 February 2022, 00:57:19 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
1 parent cd19601
Raw File
Tip revision: befb9204a73f20e2fe5b4a36ad4612de710da7c9 authored by Bryna Hazelton on 09 February 2022, 00:57:19 UTC
update gitignore for new auto docs files
Tip revision: befb920
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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