Skip to content
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

Merged
merged 6 commits into from
Nov 3, 2023
Merged

[Oztechan/TraceFit#9] Setup Kover #18

merged 6 commits into from
Nov 3, 2023

Conversation

mustafaozhan
Copy link
Member

Description

Resolves #9

@mustafaozhan mustafaozhan requested a review from a team as a code owner November 1, 2023 08:17
@mustafaozhan mustafaozhan changed the base branch from develop to 13-Reorganis-TOML,-gradle-files-and-gradle-properties November 1, 2023 08:18
Comment on lines +23 to +26
excludes += listOf(
"androidx.compose.ui.tooling.preview.Preview",
"androidx.compose.runtime.Composable"
)

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?

Copy link
Member Author

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 🙂

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks! 🙂

@oanamariabalaita oanamariabalaita self-assigned this Nov 2, 2023
Base automatically changed from 13-Reorganis-TOML,-gradle-files-and-gradle-properties to develop November 3, 2023 09:05
@mustafaozhan mustafaozhan merged commit 32cd518 into develop Nov 3, 2023
5 checks passed
@mustafaozhan mustafaozhan deleted the 9-Setup-Kover branch November 3, 2023 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Kover
2 participants