By default coverage includes all files under ember project. As i am unable to coverage adapters/* , serializers/* etc in tests, how can i exclude those files and directories from code climate coverage ?
Asked
Active
Viewed 313 times
0

Manikandan
- 1,234
- 11
- 18
-
Why are you unable to test those? – Gaurav Feb 08 '17 at 13:52
-
I have added the models and handled all the requests in config file of mirage. Yet am seeing coverage of 0.0 % in adapter & and some directory files. – Manikandan Feb 10 '17 at 06:55