Ignore OnBoardingPresenter regarding code coverage.

This commit is contained in:
Benoit Marty 2023-06-02 09:57:02 +02:00
parent 49bb6c203d
commit b88d9d50f8
3 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,10 @@ import androidx.compose.runtime.Composable
import io.element.android.libraries.architecture.Presenter
import javax.inject.Inject
/**
* Note: this Presenter is ignored regarding code coverage because it cannot reach the coverage threshold.
* When this presenter get more code in it, please remove the ignore rule in the kover configuration.
*/
class OnBoardingPresenter @Inject constructor(
) : Presenter<OnBoardingState> {
@Composable