Skip to content

Commit

Permalink
infra(BE-121"): kover support
Browse files Browse the repository at this point in the history
 - fix build issue
  • Loading branch information
hanrw committed Nov 22, 2023
1 parent 24bd647 commit 3d1c56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ koverReport {
"**Platform*",
"*.LemonSqueezyApi**",
"com.snacks.**.internal.ktor.*",
"com.snacks.**.*\$*$*", // Lambda functions like - LemonSqueezyLicenseApi$activeLicense$activationResult$1
"*.BuildConfig",
"*.BuildKonfig", // BuildKonfig generated
"*.ComposableSingletons*", // Jetpack Compose generated
Expand Down

0 comments on commit 3d1c56e

Please sign in to comment.