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

No coverage generated if project name contains the word 'template' #109

Closed
jagthedrummer opened this issue Jan 13, 2016 · 2 comments
Closed

Comments

@jagthedrummer
Copy link

If the project name contains the word 'template' ember-cli-blanket ignores every file in the project, and thus doesn't generate any coverage data at all.

It looks like this is due to the default antifilter and would also affect projects that happened to have the word 'tests' in the name.

It would be helpful to point this out somewhere very prominently in the docs.

@jschilli
Copy link
Collaborator

jschilli commented Mar 4, 2016

PR's welcome

@donahchoo
Copy link

@jschilli @sglanzer Is there a reason to not use

antifilter: '//.*(tests|\.hbs$).*/',
instead?

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

3 participants