https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d9de72ea3f78ebd74578ae0b8d4bfd25e82cb346 authored by Paul La Plante on 06 December 2022, 19:45:55 UTC, committed by Bryna Hazelton on 07 December 2022, 17:57:40 UTC
1 parent 3da29cf
Raw File
Tip revision: d9de72ea3f78ebd74578ae0b8d4bfd25e82cb346 authored by Paul La Plante on 06 December 2022, 19:45:55 UTC
Comment out conditionals to test uploading to pypi
Tip revision: d9de72e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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