瀏覽代碼

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

Kamil Piechaczek 9 年之前
父節點
當前提交
20c434537d
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ui/.travis.yml
  2. 5 0
      packages/ckeditor5-ui/README.md

+ 1 - 1
packages/ckeditor5-ui/.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-ui/README.md

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