coverex icon indicating copy to clipboard operation
coverex copied to clipboard

How to use ignore_modules in an Umbrella APP?

Open tiagodavi opened this issue 6 years ago • 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.

tiagodavi avatar Aug 22 '18 19:08 tiagodavi

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.

topaxi avatar May 08 '19 13:05 topaxi