From 25162fb19833302bfb492c0a898cad070ed76b00 Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Sun, 30 Aug 2015 17:02:12 -0500 Subject: [PATCH] added gotcha's to the README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b94e2b..e6fef1f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,15 @@ You can also build a custom output format. For more detailed usage see Cover works with Travis CI, however you may want to install an output format specialized to cover coverage service, like [cover-coveralls](https://github.com/rpless/cover-coveralls). -## Internals +## Gotchas and Bugs + +There is a list of odd behavior you may encounter when using Cover in the +[Gotcha's Section](http://pkg-build.racket-lang.org/doc/cover/basics.html#%28part._.Gotcha_s%29) +of the documentation. + +## Racket API Cover comes with a racket API, which can be read about in [the full documentation](http://pkg-build.racket-lang.org/doc/cover/index.html). + +