Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use ignore_modules in an Umbrella APP? #48

Open
tiagodavi opened this issue Aug 22, 2018 · 1 comment
Open

How to use ignore_modules in an Umbrella APP? #48

tiagodavi opened this issue Aug 22, 2018 · 1 comment

Comments

@tiagodavi
Copy link

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.

@topaxi
Copy link

topaxi commented May 8, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants