After upgrading to solidity-coverage 0.6.4 on the OpenZeppelin Contracts repository, I encountered the following error:
There was a problem instrumenting ./coverageEnv/contracts/GSN/IRelayHub.sol: TypeError: Cannot read property 'stop' of null
Note that IRelayHub is an abstract contract: there's no implementation for it on the repo, which I suspect may be related to this.