Open gone opened 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.
EG:
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?