<@U06V253M4> (or other testbox adepts), any idea w...
# box-products
s
@bdw429s (or other testbox adepts), any idea why code coverage would yield 0%?
b
You could have the root of your site or the whitelists/blacklists set up incorrectly.
But the more likely answer is that FusionReactor's line performance plugin that we use can be extremely finicky. A server restart often helps.
👍 1
s
@bdw429s I got the code coverage working, indeed after a server restart. Still a bit picky though, the coverage seems to skip over optional arguments and passing arguments to functions with
argumentCollection
. 😞