Currently test-coverage always tries to run tests even if there's no examples being defined for a method, and in case of stateful apps like signer -- auto-generated random input doesn't really work.
So it would be awesome to have a --examples flag that forces the tool to only test those methods that have example-result pairs defined.