ソースを参照

Fixed invalid input for CodeClimate script with code coverage report.

Kamil Piechaczek 9 年 前
コミット
bf6f261a57
1 ファイル変更2 行追加1 行削除
  1. 2 1
      packages/ckeditor5-list/.travis.yml

+ 2 - 1
packages/ckeditor5-list/.travis.yml

@@ -21,4 +21,5 @@ install:
 script:
   - node_modules/.bin/ckeditor5-dev-tests-travis
 after_success:
-  - node_modules/.bin/codeclimate-test-reporter < .build/coverage/lcov.info
+  - node_modules/.bin/codeclimate-test-reporter < build/.automated-tests/coverage/lcov.info
+