Skip to content
New issue

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

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

Already on GitHub? # to your account

LCOV reporter with toHTML = false does only report last file #402

Open
lgrammel opened this issue Mar 17, 2014 · 0 comments
Open

LCOV reporter with toHTML = false does only report last file #402

lgrammel opened this issue Mar 17, 2014 · 0 comments

Comments

@lgrammel
Copy link
Contributor

When reporting to HTML, a diff gets appended for each file (lcov_reporter line 26). However, when I tried set toHTML to false, the window._$blanket_LCOV variable is overridden for each file (lcov_reporter line 28).

It should probably be appended as well, e.g.
window._$blanket_LCOV = (window._$blanket_LCOV || '') + str;

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

No branches or pull requests

1 participant