Mix test --cover excessive logging

Getting really annoying logging when I’m trying to run coverage (without using excoveralls). It looks like it’s related to mocking. Any ideas on how to remove these warnings? All I want to see are the coverage statistics.

WARNING: Deleting data for module 'Module' imported from
["/..,/.10105.coverdata",
 "/.../Module.10105.coverdata"]

At the end of the coverage output, it’ll print

Analysis includes data from imported files
["/.../10105.coverdata",
 "/.../Module.meck_original.10105.coverdata"]

Found these resources, are these the latest on this issue? I wasn’t using excoveralls to begin with, but I guess you run into the same issues regardless of what coverage tool you’re using.

Looks like there’s a PR in excoveralls:

1 Like