• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ckeditor / ckeditor5-dev / 4955
90%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2023 06:12AM UTC
Jobs 1
Files 111
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4955

push

travis-ci-com

web-flow
Merge pull request #862 from ckeditor/ck/13643

Feature (utils): Exports a new object called `loaders` containing several methods for configuring webpack. Available helpers present as follow:

  * `getTypeScriptLoader()` – returns a configuration for processing TypeScript files using esbuild,
  * `getJavaScriptLoader()` – returns a configuration for enabling `CK_DEBUG` flags in JavaScript files,
  * `getStylesLoader()` – returns a configuration for processing CSS files using PostCSS,
  * `getIconsLoader()` – returns a configuration for loading SVG icons using `raw-loader`,
  * `getFormattedTextLoader()` – returns a configuration for loading rich text files using `raw-loader`,
  * `getCoverageLoader()` – returns a configuration that installs instruments for measuring the code coverage.

Other (tests): Use loader helpers exported by the `@ckeditor/ckeditor5-dev-utils` package to create webpack configurations for automated and manual tests.

Other (tests): The `source-map` option is enabled by default due to converting TypeScript into JavaScript.

MAJOR BREAKING CHANGE (tests): Replaced `ts-loader` with `esbuild-loader` in manual and automated tests to improve the build time. See ckeditor/ckeditor5#13643.

1403 of 1618 branches covered (86.71%)

Branch coverage included in aggregate %.

32 of 32 new or added lines in 4 files covered. (100.0%)

3137 of 3529 relevant lines covered (88.89%)

31.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4955.1 13 Apr 2023 06:12AM UTC 0
88.21
Travis Job 4955.1
Source Files on build 4955
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #4955
  • 17642b06 on github
  • Prev Build on master (#4952)
  • Next Build on master (#4956)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc