Skip to content

Commit

Permalink
chore(deps): add kover for geminiClientCore
Browse files Browse the repository at this point in the history
Include geminiClientCore in the kover code coverage configuration to enhance test coverage analysis.
  • Loading branch information
hanrw committed Jan 1, 2025
1 parent 3ee5770 commit 526a30c
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 @@ -24,6 +24,7 @@ dependencies {
kover(projects.anthropicClient.anthropicClientCore)
kover(projects.openaiGateway.openaiGatewayCore)
kover(projects.ollamaClient.ollamaClientCore)
kover(projects.geminiClient.geminiClientCore)
kover(projects.common)
}

Expand Down

0 comments on commit 526a30c

Please sign in to comment.