Skip to content

Commit f1ff524

Browse files
committed
Add badges with versions and code coverage
1 parent 1455710 commit f1ff524

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[![Licence](https://img.shields.io/github/license/OptimumCode/json-schema-validator)](https://opensource.org/license/mit/)
44
[![Supported-drafts](https://img.shields.io/endpoint?url=https://bowtie-json-schema.github.io/bowtie/badges/kotlin-kmp-json-schema-validator/supported_versions.json)](https://json-schema.org/specification)
5+
![Codecov](https://img.shields.io/codecov/c/github/optimumcode/json-schema-validator)
6+
7+
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.optimumcode/json-schema-validator)
8+
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/io.github.optimumcode/json-schema-validator?server=https%3A%2F%2Fs01.oss.sonatype.org)
9+
![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/io.github.optimumcode/json-schema-validator?server=https%3A%2F%2Fs01.oss.sonatype.org)
10+
511

612
This multiplatform library is an implementation of JSON schema that can validate
713
[JsonElement](https://github.com/Kotlin/kotlinx.serialization/blob/master/formats/json/commonMain/src/kotlinx/serialization/json/JsonElement.kt)

0 commit comments

Comments
 (0)