-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Oztechan/TraceFit#9] Setup Kover #18
Conversation
excludes += listOf( | ||
"androidx.compose.ui.tooling.preview.Preview", | ||
"androidx.compose.runtime.Composable" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓ Why these annotations are excluded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because unit tests will not be targeting to the Composables or the Previews, and we don't want them to be considered when the overall unit test coverage is being calculated 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, thanks! 🙂
Description
Resolves #9