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

Radagast doesn't detect uncovered namespaces #9

@arrdem

Description

@arrdem

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions