https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 767bab33ddfaf015f32924dab7a01d574070a340 authored by Garrett 'Karto' Keating on 31 March 2023, 13:11:23 UTC, committed by Bryna Hazelton on 10 April 2023, 22:38:10 UTC
1 parent 7bf4769
Raw File
Tip revision: 767bab33ddfaf015f32924dab7a01d574070a340 authored by Garrett 'Karto' Keating on 31 March 2023, 13:11:23 UTC
Fixing fixture that's causing broken test
Tip revision: 767bab3
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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