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

refactor RequesterContainerFactoryCreator #6088

Conversation

axenteoctavian
Copy link

Reasoning behind the pull request

  • refactor RequesterContainerFactoryCreator

Proposed changes

Testing procedure

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

Base automatically changed from MX-15315-refactor-sov-runtype-comp-4 to feat/refactor-runtype-components April 16, 2024 14:01
…r-sov-runtype-comp-6

# Conflicts:
#	factory/interface.go
#	factory/runType/runTypeComponents.go
#	factory/runType/runTypeComponentsHandler.go
#	factory/runType/runTypeComponentsHandler_test.go
#	factory/runType/sovereignRunTypeComponents.go
#	testscommon/mainFactoryMocks/runTypeComponentStub.go
@axenteoctavian axenteoctavian marked this pull request as ready for review April 17, 2024 12:10
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 78.17%. Comparing base (b0dea1e) to head (2e10f98).
Report is 105 commits behind head on feat/refactor-runtype-components.

❗ Current head 2e10f98 differs from pull request most recent head 9ecb946. Consider uploading reports for the commit 9ecb946 to get more accurate results

Files Patch % Lines
factory/runType/runTypeComponentsHandler.go 75.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@                         Coverage Diff                          @@
##           feat/refactor-runtype-components    #6088      +/-   ##
====================================================================
- Coverage                             78.17%   78.17%   -0.01%     
====================================================================
  Files                                   874      874              
  Lines                                103512   103539      +27     
====================================================================
+ Hits                                  80917    80937      +20     
- Misses                                17106    17108       +2     
- Partials                               5489     5494       +5     

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

raduchis
raduchis previously approved these changes Apr 18, 2024
CreateCalled func() (dataRetriever.RequestersContainer, error)
}

func (s *ShardRequestersContainerFactoryMock) Create() (dataRetriever.RequestersContainer, error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

missing comments.

Copy link
Author

Choose a reason for hiding this comment

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

fixed

@axenteoctavian axenteoctavian merged commit 4599e4c into feat/refactor-runtype-components Apr 24, 2024
4 checks passed
@axenteoctavian axenteoctavian deleted the MX-15315-refactor-sov-runtype-comp-6 branch April 24, 2024 09:52
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.

3 participants