octokit / go-octokit

Simple Go wrapper for the GitHub API
https://github.com/octokit/go-octokit
MIT License
258 stars 79 forks source link

[WIP] Improve Test Coverage #84

Closed dannysperling closed 9 years ago

dannysperling commented 9 years ago

Test coverage script run with each Travis Build. 100% test coverage on current code is WIP.

pengwynn commented 9 years ago

The build output looks great. :sparkles:

Instead of depending on .travis.yml to set this up, it might be time to create a script/cibuild, like this example from Octokit.rb.