sglanzer-deprecated / ember-cli-blanket

Blanket based code coverage for ember-cli projects
MIT License
110 stars 46 forks source link

Lcov reporter includes library coverage #74

Open gone opened 9 years ago

gone commented 9 years ago

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 commented 9 years ago

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