alfert/coverex

How to use ignore_modules in an Umbrella APP?

Opened this issue · 1 comments

I have a module with 0% of coverage:

0.00% | BankApiWeb.Endpoint

I've put it into my mix.exs:
test_coverage: [tool: Coverex.Task, ignore_modules: [BankApiWeb.Endpoint]]

The file is still there.. it's not ignored.

I have 2 apps inside my umbrella app.

Encountering the same issue, tried to ignore the modules inside each app and in the root app, the option doesn't seem to do anything.