Coverage has stopped reporting when FDK sever is quit

Hi All,

We use github to maintain different branches of our app. One for doing diagnostics and one for the production build.

This means we can can test stuff out without messing up the coverage testing of our master branch until we are ready. Our diagnostic branch still reports coverage when the the FDK server is quit but the production branch has stopped doing this.

Any ideas?

I solved this by doing a hard reset on the offending github branch back to a point in time where I knew the coverage worked. I think this may have been caused by a git hub merge messing up the coverage module (possibly sqlite db).

1 Like