Skip to content

Commit

Permalink
Update kover.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0neel authored Mar 30, 2024
1 parent 86d249a commit 4bbf43a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kover.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ subprojects {
project.dependencies.kover dependencyProject
}
}
configurations.api {
dependencies.withType(ProjectDependency) {
project.dependencies.kover dependencyProject
}
}
}
}
```
Expand Down Expand Up @@ -240,4 +246,4 @@ sonar {

Теперь любой репорт, который сгенерирует Kover, будет отправлен в Sonar.

Хочешь полный гайд по настройке плагина Sonar? Напиши мне!
Хочешь полный гайд по настройке плагина Sonar? Напиши мне!

0 comments on commit 4bbf43a

Please sign in to comment.