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

ckeditor / ckeditor5-angular / f476023f-fb5c-4605-b2ff-4e4fb61ea5b6

31 Dec 2024 10:13AM CUT coverage: 100.0%. Remained the same
f476023f-fb5c-4605-b2ff-4e4fb61ea5b6

push

circleci

web-flow
Merge pull request #465 from ckeditor/deps

Internal: Fresh `yarn.lock`.

44 of 44 branches covered (100.0%)

Branch coverage included in aggregate %.

165 of 165 relevant lines covered (100.0%)

26.05 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-2024, 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