Turns out that our test CI setup does not actually install the coverage testing tool, and the ./travis_tests script is passing anyways. Need to fix travis_tests so that it complains if gocover is not installed, and then make sure that the Travis config installs gocover.
Turns out that our test CI setup does not actually install the coverage testing tool, and the ./travis_tests script is passing anyways. Need to fix travis_tests so that it complains if gocover is not installed, and then make sure that the Travis config installs gocover.