ci: Instrumentation tests coverage in ci.
All checks were successful
Check PR code / BuildAndTestAndCoverage (pull_request) Successful in 42m8s
All checks were successful
Check PR code / BuildAndTestAndCoverage (pull_request) Successful in 42m8s
This commit is contained in:
@@ -50,6 +50,7 @@ class SourcesActivity :
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
CountingIdlingResourceSingleton.increment()
|
||||
val mLayoutManager = LinearLayoutManager(this)
|
||||
|
||||
var items: ArrayList<SelfossModel.SourceDetail>
|
||||
@@ -57,7 +58,6 @@ class SourcesActivity :
|
||||
binding.recyclerView.setHasFixedSize(true)
|
||||
binding.recyclerView.layoutManager = mLayoutManager
|
||||
|
||||
CountingIdlingResourceSingleton.increment()
|
||||
CoroutineScope(Dispatchers.IO).launch {
|
||||
val response = repository.getSourcesDetails()
|
||||
CountingIdlingResourceSingleton.increment()
|
||||
|
||||
Reference in New Issue
Block a user