Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK-1267 fix a non-lazy commands loading bug #280

Merged

Conversation

sergeyspryker
Copy link
Contributor

@sergeyspryker sergeyspryker commented Nov 18, 2022

Describe your changes

Issue ticket link

Ticket: https://spryker.atlassian.net/browse/SDK-1267

Checklist before requesting a review

  • I have added ticket link to the PR description.
  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

@coveralls
Copy link

coveralls commented Nov 18, 2022

Pull Request Test Coverage Report for Build 3516406993

  • 0 of 35 (0.0%) changed or added relevant lines in 7 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 52.536%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Infrastructure/Collection/TaggedClassNameCollection/TaggedClassNameCollection.php 0 2 0.0%
src/Infrastructure/Event/Telemetry/TelemetryConsoleEventListener.php 0 2 0.0%
src/Infrastructure/Service/ProjectInfo/ProjectInfoFetcher.php 0 2 0.0%
src/Infrastructure/SprykerSdkInfrastructureBundle.php 0 2 0.0%
src/Infrastructure/Event/Telemetry/TelemetryConsoleEventValidator.php 0 3 0.0%
src/Infrastructure/Logger/ErrorLoggerFactory.php 0 4 0.0%
src/Infrastructure/DependencyInjection/TaggedClassNameCollectionCompilerPass.php 0 20 0.0%
Files with Coverage Reduction New Missed Lines %
src/Infrastructure/Event/Telemetry/TelemetryConsoleEventValidator.php 1 0%
Totals Coverage Status
Change from base Build 3487382480: -0.2%
Covered Lines: 2465
Relevant Lines: 4692

💛 - Coveralls


foreach ($targetServiceIds as $serviceId => $tags) {
$definition = $container->getDefinition($serviceId);
$class = $definition->getClass();
Copy link
Collaborator

Choose a reason for hiding this comment

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

$container->getDefinition($serviceId)->getClass();

@vol4onok
Copy link
Collaborator

Please, write tests

vol4onok
vol4onok previously approved these changes Nov 21, 2022
@pavelmaksimov25 pavelmaksimov25 merged commit b8e1587 into master Nov 22, 2022
@pavelmaksimov25 pavelmaksimov25 deleted the bugfix/sdk-1267-fix-sdk-setting-initialization branch November 22, 2022 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants