https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: f82e089f5e28dc1dc5e9d08271409283b6e1ebe9 authored by Bryna Hazelton on 25 March 2024, 21:50:38 UTC
handle another SPICE error, update codecov.yml for new version
Tip revision: f82e089
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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