Skip to content

Commit 56a523c

Browse files
authored
docs(readme): remove redundant badge; update coverage (#273)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 588df8a commit 56a523c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ A fluent API to generate JSON schemas (draft-07) for Node.js and browser. Framew
44

55
[![view on npm](https://img.shields.io/npm/v/fluent-json-schema.svg)](https://www.npmjs.org/package/fluent-json-schema)
66
[![CI](https://github.com/fastify/fluent-json-schema/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/fastify/fluent-json-schema/actions/workflows/ci.yml)
7-
[![Coverage Status](https://coveralls.io/repos/github/fastify/fluent-json-schema/badge.svg?branch=main)](https://coveralls.io/github/fastify/fluent-json-schema?branch=main)
87
[![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat)](https://github.com/neostandard/neostandard)
98

109
## Features
@@ -14,7 +13,7 @@ A fluent API to generate JSON schemas (draft-07) for Node.js and browser. Framew
1413
- Runtime errors for invalid options or keywords misuse
1514
- JavaScript constants can be used in the JSON schema (e.g. _enum_, _const_, _default_ ) avoiding discrepancies between model and schema
1615
- TypeScript definitions
17-
- Coverage 99%
16+
- Coverage 100%
1817

1918
## Install
2019

0 commit comments

Comments
 (0)