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

ckeditor / ckeditor5-angular / 9ae2c82c-7157-42b5-89fa-96203d5002b0

14 Feb 2025 08:33AM CUT coverage: 100.0%. Remained the same
9ae2c82c-7157-42b5-89fa-96203d5002b0

push

circleci

web-flow
Merge pull request #470 from ckeditor/ci/3928

Internal: Introduced signing commits for CKEditorBot.

44 of 44 branches covered (100.0%)

Branch coverage included in aggregate %.

165 of 165 relevant lines covered (100.0%)

30.1 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/ckeditor/plugins/angular-integration-usage-data.plugin.ts
1
/**
2
 * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
 */
5

6
import { VERSION } from '@angular/core';
7
import { createIntegrationUsageDataPlugin } from '@ckeditor/ckeditor5-integrations-common';
8

9
/**
10
 * This part of the code is not executed in open-source implementations using a GPL key.
11
 * It only runs when a specific license key is provided. If you are uncertain whether
12
 * this applies to your installation, please contact our support team.
13
 */
14
export const AngularIntegrationUsageDataPlugin = createIntegrationUsageDataPlugin(
1✔
15
        'angular',
16
        {
17
                version: /* replace-version:start */ '9.1.0' /* replace-version:end */,
18
                frameworkVersion: VERSION.full
19
        }
20
);
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

© 2025 Coveralls, Inc