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

coverage: exclude *.tmpl-specs #36

Open
remnev opened this issue Apr 15, 2015 · 2 comments · May be fixed by #41
Open

coverage: exclude *.tmpl-specs #36

remnev opened this issue Apr 15, 2015 · 2 comments · May be fixed by #41
Assignees

Comments

@remnev
Copy link
Member

remnev commented Apr 15, 2015

2015-04-15_1630

@remnev remnev added this to the 1.2.0 milestone Apr 15, 2015
@qfox
Copy link
Member

qfox commented Apr 15, 2015

/cc @blond

@blond
Copy link
Member

blond commented Apr 15, 2015

Если нужно исключить какие-то файлы, то есть опция coverage.exclude:

coverage: {
    exclude: [
        '**/node_modules/**',
        '**/libs/**'
    ]
}

Но тут, как я понял считается не очень чесный coverage для BEMHTML. Если хочется, его не считать, то надо явно указать coverage.engines:

coverage: {
    engines: ['bh']
}

@remnev remnev self-assigned this Apr 17, 2015
@remnev remnev linked a pull request Apr 17, 2015 that will close this issue
@remnev remnev removed this from the 1.2.0 milestone Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants