Skip to content

Commit a4fa544

Browse files
committed
[PEM] Configure Kover (should fail)
1 parent 1b03318 commit a4fa544

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cryptography-serialization/pem/build.gradle.kts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ kotlin {
1919
}
2020
}
2121
}
22+
23+
kover {
24+
reports {
25+
filters.excludes {
26+
annotatedBy("kotlin.Deprecated")
27+
}
28+
verify.rule {
29+
minBound(90)
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)