https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 63468207741b5af8ce82d676397c4f4a0d4ac79d authored by Matthew Kolopanis on 10 February 2021, 16:47:06 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 1e5daaf
Raw File
Tip revision: 63468207741b5af8ce82d676397c4f4a0d4ac79d authored by Matthew Kolopanis on 10 February 2021, 16:47:06 UTC
add compilation flags for allowing cython tracing to CI builds online
Tip revision: 6346820
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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