You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2020. It is now read-only.
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.