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

ckeditor / ckeditor5-dev / 4655 / 1
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2023 10:24AM UTC
Files 107
Run time 4s
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

26 Jan 2023 10:20AM UTC coverage: 89.67% (-0.003%) from 89.673%
4655.1

push

travis-ci-com

web-flow
Merge pull request #833 from ckeditor/ck/13136

Other (utils): The `getDLLPluginWebpackConfig()` function requires webpack as its first argument. Closes ckeditor/ckeditor5#13136.

Other (utils): Removed `webpack` from peer dependencies.

MAJOR BREAKING CHANGE (utils): The `getDLLPluginWebpackConfig()` does not load webpack manually. Now it must be specified in arguments. 

Before:

```js
const { builds } = require( '@ckeditor/ckeditor5-dev-utils' );

builds.getDllPluginWebpackConfig( { /* options */ } );
```

After:

```js
const { builds } = require( '@ckeditor/ckeditor5-dev-utils' );
const webpack = require( 'webpack' );

builds.getDllPluginWebpackConfig( webpack, { /* options */ } );
```

1297 of 1479 branches covered (87.69%)

Branch coverage included in aggregate %.

2974 of 3284 relevant lines covered (90.56%)

31.48 hits per line

Source Files on job 4655.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3935
  • Travis Job 4655.1
  • 82e7b475 on github
  • Prev Job for on master (#4650.1)
  • Next Job for on master (#4656.1)
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