DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Travis testing does not actually do coverage testing #35

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

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.