Skip to content

Commit 789d0b3

Browse files
committed
add badge & kover runtime
1 parent 5312f4c commit 789d0b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# kotlinx-protobuf-gen
22

33
[![Build](https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml/badge.svg)](https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml)
4+
[![codecov](https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen/graph/badge.svg?token=6FE41BE2ZK)](https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen)
45

56
Generate kotlin data classes from `protobuf` files that supports _Kotlin Native_ that can be serialized and
67
deserialized to protobuf using [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization).

runtime-common/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
`java-library`
77
`maven-publish`
88
id("org.jetbrains.dokka")
9+
id("org.jetbrains.kotlinx.kover")
910
}
1011

1112
repositories {

0 commit comments

Comments
 (0)