Internal (ckeditor5): Fixed CC upload so that it works when CI job is reset. Closes #7244.
@@ -13,6 +13,8 @@ cache:
- node_modules
before_install:
- export START_TIME=$( date +%s )
+- export COVERALLS_SERVICE_JOB_ID=$( TRAVIS_JOB_ID )
+- export COVERALLS_SERVICE_NAME="CKEditor5 code coverage"
- npm i -g yarn
install:
- yarn install