Hi team, is there an easy way to cache coverage re...
# general
f
Hi team, is there an easy way to cache coverage result within pants? I don't know which option to do it.
a
./pants options | grep --color -iP coverage
shows a few options which might be relevant. are you finding that your coverage results aren't being cached?
f
Let me try this option and get back to you.