Skip to content

Commit

Permalink
feat(BE-190): As a user, i want able to use ollama-client
Browse files Browse the repository at this point in the history
 - add projects.common to kover
  • Loading branch information
hanrw committed Apr 17, 2024
1 parent be10970 commit f9a64b2
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.common)
}

val autoVersion = project.property(
Expand Down

0 comments on commit f9a64b2

Please sign in to comment.