The repo also links to some similar tools, like coveragepy, uncalled, and dead.

    • @gedhrel
      link
      3
      edit-2
      8 months ago

      What if your test is the only thing that calls a function?

      • Daniel Quinn
        link
        fedilink
        English
        18 months ago

        Maybe I’m misunderstanding vulture. My impression was that it’s meant to be run in your CI, which would mean it’s only privy to code executed by your tests. If it actually attached to production sessions, then yeah that’s pretty handy.