File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ language: java
2
2
jdk :
3
3
- oraclejdk8
4
4
script : mvn verify
5
+ after_success :
6
+ - mvn -f core/pom.xml jacoco:report coveralls:report
5
7
install : true
6
8
sudo : false
7
9
cache :
Original file line number Diff line number Diff line change 1
1
# JSON Schema Validator
2
2
3
- [ ![ Apache 2.0 License] [ ASL 2.0 badge ]] [ ASL 2.0 ] [ ![ Build Status] [ Travis badge master ]] [ Travis ]
3
+ [ ![ Apache 2.0 License] [ ASL 2.0 badge ]] [ ASL 2.0 ] [ ![ Build Status] [ Travis badge master ]] [ Travis ] [ ![ Coverage Status ] [ Coveralls.io badge master ]] [ Coveralls.io ]
4
4
5
5
* [ When to use this library?] ( #when-to-use-this-library )
6
6
* [ Maven installation] ( #maven-installation )
@@ -233,6 +233,8 @@ SchemaLoader schemaLoader = SchemaLoader.builder()
233
233
[ ASL 2.0 ] : https://www.apache.org/licenses/LICENSE-2.0
234
234
[ Travis badge master ] : https://travis-ci.org/everit-org/json-schema.svg?branch=master
235
235
[ Travis ] : https://travis-ci.org/everit-org/json-schema
236
+ [ Coveralls.io badge master ] : https://coveralls.io/repos/github/everit-org/json-schema/badge.svg?branch=master
237
+ [ Coveralls.io ] : https://coveralls.io/github/everit-org/json-schema?branch=master
236
238
[ daveclayton/json-schema-validator ] : https://github.com/daveclayton/json-schema-validator
237
239
[ draft-zyp-json-schema-04 ] : https://tools.ietf.org/html/draft-zyp-json-schema-04
238
240
[ draft-fge-json-schema-validation-00 format ] : https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-7
You can’t perform that action at this time.
0 commit comments