Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Radagast doesn't detect uncovered namespaces #9

Open
arrdem opened this issue Jun 16, 2014 · 0 comments
Open

Radagast doesn't detect uncovered namespaces #9

arrdem opened this issue Jun 16, 2014 · 0 comments

Comments

@arrdem
Copy link
Contributor

arrdem commented Jun 16, 2014

I use the following ~/bin/radagast (which is highly dependant on my aliases but whatever)

#!/bin/bash
/usr/bin/grep -h -r "(ns" `git root`/test | awk "{print \$2}" | tr "\n" " " | xargs lein radagast

This works great for making sure that namespaces with tests get checked with radagast. However, this approach can't detect what namespaces are loaded and don't have any test coverage at all. It'd be nice if instead of taking a whitelist and a sequence of test namespaces radagast could use the same file location that lein does to locate and load all namespaces for which there is source code, then use the existing annotate all and test all approach.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant