I am using Dagger 2 library to mock dependencies. While running unit test cases with code coverage it considers these generated dependencies and not the classes used for class under the question.
Is it possible to exclude these classes?
What I tried
Run -> Edit config -> Test coverage -> Exclude Package Individually adding generated class files, but it doesn't work
Any help here?