mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(ci): add kover for test coverage reporting (#3041)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
72c5284e2e
commit
0659d38438
9 changed files with 69 additions and 9 deletions
|
|
@ -25,6 +25,7 @@ plugins {
|
|||
alias(libs.plugins.detekt)
|
||||
id("kotlinx-serialization")
|
||||
alias(libs.plugins.dokka)
|
||||
alias(libs.plugins.kover)
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue