https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2fc01aa7c4b16099a411cc48fb07b8060e206154 authored by Adam Beardsley on 01 July 2020, 21:38:39 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent c6142d4
Raw File
Tip revision: 2fc01aa7c4b16099a411cc48fb07b8060e206154 authored by Adam Beardsley on 01 July 2020, 21:38:39 UTC
include test prereqs in coverage script.
Tip revision: 2fc01aa
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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