Browse Source

Fixed invalid input for CodeClimate script with code coverage report.

Kamil Piechaczek 9 năm trước cách đây
mục cha
commit
ac2b061130
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/ckeditor5-typing/.travis.yml

+ 2 - 1
packages/ckeditor5-typing/.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
+