[racket] Documentation coverage?

From: Jack Firth (jackhfirth at gmail.com)
Date: Thu Feb 19 17:14:38 EST 2015

Didn't know about that, very cool and certainly shows this is possible.
More information would be needed, since `check-docs` one only tells you if
everything's documented or not. I'd like something that returns a list of
all bindings with documentation and all bindings without, and some service
that packages that up into a nice report and github badge or some such.

On Thu, Feb 19, 2015 at 2:04 PM, Alexander D. Knauth <alexander at knauth.org>
wrote:

>
> On 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?
>
> Could this be what you’re looking for?
>
>
> http://docs.racket-lang.org/rackunit/Testing_Utilities.html#%28part._.Checking_documentation_completeness%29
>
> I’ve never used it though.
>
>
> > 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.
> > ____________________
> >  Racket Users list:
> >  http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20150219/63e9030f/attachment.html>

Posted on the users mailing list.