You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: