Skip to content

Conversation

@anatol-sialitski
Copy link
Contributor

No description provided.

@anatol-sialitski anatol-sialitski requested a review from rymsha July 4, 2025 14:31
@anatol-sialitski anatol-sialitski linked an issue Jul 4, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jul 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.03%. Comparing base (fe6b6e5) to head (7f5793f).

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #11186   +/-   ##
=========================================
  Coverage     86.03%   86.03%           
  Complexity    19707    19707           
=========================================
  Files          2573     2573           
  Lines         67918    67918           
  Branches       5430     5430           
=========================================
  Hits          58436    58436           
  Misses         6887     6887           
  Partials       2595     2595           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

private static final Pattern URL_PATTERN = Pattern.compile( "^/api$" );

private static final ApplicationKey WELCOME_APP_KEY = ApplicationKey.from( "com.enonic.xp.app.welcome" );
private static final ApplicationKey SDK_APP_KEY = ApplicationKey.from( "com.enonic.xp.sdk" );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private static final ApplicationKey SDK_APP_KEY = ApplicationKey.from( "com.enonic.xp.sdk" );
private static final ApplicationKey SDK_APP_KEY = ApplicationKey.from( "com.enonic.xp.app.sdk" );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename usage welcome app in ApiHandler

3 participants