Procházet zdrojové kódy

Fixed Travis config (forgot about CC) and added badges in README.

Kamil Piechaczek před 9 roky
rodič
revize
92cbaf8d2b

+ 1 - 1
packages/ckeditor5-utils/.travis.yml

@@ -19,6 +19,6 @@ install:
   - npm install
   - npm install @ckeditor/ckeditor5-dev-tests
 script:
-  - node_modules/.bin/ckeditor5-dev-tests
+  - node_modules/.bin/ckeditor5-dev-tests --coverage
 after_success:
   - node_modules/.bin/codeclimate-test-reporter < .build/coverage/lcov.info

+ 5 - 0
packages/ckeditor5-utils/README.md

@@ -1,6 +1,11 @@
 CKEditor 5 Utils
 ========================================
 
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-utils.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-utils)
+[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-utils.svg)](https://travis-ci.org/ckeditor/ckeditor5-utils)
+[![Test Coverage](https://codeclimate.com/github/ckeditor/ckeditor5-utils/badges/coverage.svg)](https://codeclimate.com/github/ckeditor/ckeditor5-utils/coverage)
+[![Code Climate](https://codeclimate.com/github/ckeditor/ckeditor5-utils/badges/gpa.svg)](https://codeclimate.com/github/ckeditor/ckeditor5-utils)
+[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-utils/status.svg)](https://david-dm.org/ckeditor/ckeditor5-utils#info=dependencies)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-utils/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-utils#info=devDependencies)
 
 The utils for CKEditor 5 project. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5>.