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

Lcov reporter includes library coverage #74

Open
gone opened this issue Jul 16, 2015 · 1 comment
Open

Lcov reporter includes library coverage #74

gone opened this issue Jul 16, 2015 · 1 comment

Comments

@gone
Copy link

gone commented Jul 16, 2015

EG:

SF:app/controllers/object.js
DA:1,1
DA:5,1
DA:7,1
LF:3
LH:3
end_of_record

Written out for the base ember object controller. I can't export the coverage data into coveralls w/ the missing files included.

Possible solution could be something like renamer that lets you control if the file output is written to the report - I could test for the presence of the file on the hd?

@kkumler
Copy link

kkumler commented Aug 4, 2015

A similar solution was done for the CodeClimate test reporter: codeclimate/javascript-test-reporter@9c9dd63
So, you could use possibly use renamer to exclude them, or modify the code that is sending the data to Coveralls.

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