https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6208e657e7dc492314f33aa0c3249ccfaf59459f authored by Bryna Hazelton on 16 December 2020, 19:09:46 UTC, committed by Matthew Kolopanis on 05 January 2021, 19:31:13 UTC
1 parent f9ff13d
Raw File
Tip revision: 6208e657e7dc492314f33aa0c3249ccfaf59459f authored by Bryna Hazelton on 16 December 2020, 19:09:46 UTC
fix python version passing in workflow
Tip revision: 6208e65
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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