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

ckeditor / ckeditor5-dev / 4655
90%

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

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

Jobs
ID Job ID Ran Files Coverage
1 4655.1 26 Jan 2023 10:24AM UTC 0
89.67
Travis Job 4655.1
Source Files on build 4655
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #4655
  • 82e7b475 on github
  • Prev Build on master (#4650)
  • Next Build on master (#4656)
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