radagast icon indicating copy to clipboard operation
radagast copied to clipboard

Radagast is a simplistic test coverage tool.

Results 2 radagast issues
Sort by recently updated
recently updated
newest added

I just did lein new app clojure-fun then added a function to clojure-fun.core but it never shows up as uncovered. Every time I run it just says "All covered." Can...

I use the following `~/bin/radagast` (which is highly dependant on my aliases but whatever) ``` bash #!/bin/bash /usr/bin/grep -h -r "(ns" `git root`/test | awk "{print \$2}" | tr "\n"...