Simple list/details app to implement MVVM, Retrofit, Coroutines, Unit testing, UI testing
to run the UI tests go with classes (MainActivityTest,ListFragmentTest,DetailsFragmentTest) on androidTest directory
to run the unit tests go with class (MainViewModelTest) on Test directory
go to gradle and execute task (createDebugAndroidTestCoverageReport) then go to path TaskArticles\app\build\reports\coverage to view the coverage report