big-stone-5971
08/19/2021, 3:29 AM--coverage
flag. Is there a way to disable coverage for these test Flows?average-beach-28850
08/19/2021, 3:36 AMstraight-shampoo-11124
08/19/2021, 3:47 AMcoverage run
straight-shampoo-11124
08/19/2021, 3:47 AMbig-stone-5971
08/19/2021, 3:50 AMcoverage run flow.py --no-pylint run
I wonder if that's equivalent as doing
python flow.py --coverage --no-pylint run
It sounds like it is... Can I explicitly disable coverage for just the test Flows? I still want to run the tests, just not enable coverage.straight-shampoo-11124
08/19/2021, 3:53 AMpython flow.py run
? (not using coverage
)big-stone-5971
08/19/2021, 4:23 AMcoverage run --rcfile {conf}
straight-shampoo-11124
08/19/2021, 4:50 AMcoverage
then you want coverage enabled. We could provide an escape hatch in future versions of Metaflowstraight-shampoo-11124
08/19/2021, 4:51 AMimport sys
sys.modules.pop('coverage', None)
at the top of your flow modulestraight-shampoo-11124
08/19/2021, 4:51 AM--coverage
is not addedstraight-shampoo-11124
08/19/2021, 5:37 AMbig-stone-5971
08/19/2021, 12:11 PMbranch=False
!average-lizard-41143
08/20/2021, 1:39 PMancient-application-36103
08/20/2021, 3:05 PMaverage-lizard-41143
08/20/2021, 3:06 PMstraight-shampoo-11124
08/24/2021, 11:29 PM