[racket] Documentation coverage?
On Thu, Feb 19, 2015 at 4:49 PM, Jack Firth <jackhfirth at gmail.com> wrote:
> I've been using the new Racket code coverage tool that integrates with
> Coveralls (thank you Spencer Florence!) and I was wondering - would a
> similar tool that reports how many exported bindings of a module have
> Scribble documentation be a good idea? I'd find it very useful if the
> package build server reported that information, especially if it also
> offered a similar github badge that linked to the package's docs.
There's already a tool for this, written by Robby, which you can read
about here: http://docs.racket-lang.org/rackunit/Testing_Utilities.html
Packaging it up into something with a cool badge would be a nice
addition, though.
Sam