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

stage interface improvement for stages #261

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

hkulekci
Copy link
Contributor

@hkulekci hkulekci commented Oct 11, 2023

I initialize a StageInterface to implement in stages. This is not like an improvement on logic but would be great for code structure. And if somebody want to add some extra custom stages, they can implement with using this interface.

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (97e5578) 96.06% compared to head (ce1cf4e) 96.08%.
Report is 6 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #261      +/-   ##
============================================
+ Coverage     96.06%   96.08%   +0.01%     
- Complexity      192      193       +1     
============================================
  Files            36       36              
  Lines           636      638       +2     
============================================
+ Hits            611      613       +2     
  Misses           25       25              
Files Coverage Δ
src/Jobs/Import.php 100.00% <ø> (ø)
src/Jobs/Stages/CleanUp.php 100.00% <ø> (ø)
src/Jobs/Stages/CreateWriteIndex.php 100.00% <ø> (ø)
src/Jobs/Stages/PullFromSource.php 100.00% <100.00%> (ø)
src/Jobs/Stages/RefreshIndex.php 100.00% <ø> (ø)
src/Jobs/Stages/SwitchToNewAndRemoveOldIndex.php 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

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

@hkulekci
Copy link
Contributor Author

I could not understand what is the problem exactly with continuous-integration/styleci/pr.

@matchish matchish merged commit d76fa8b into matchish:master Oct 12, 2023
3 checks passed
@hkulekci hkulekci deleted the initialized-stage-interface branch October 12, 2023 11:29
@hkulekci
Copy link
Contributor Author

hkulekci commented Oct 12, 2023

Ahh I see. New lines 😭 Thanks for merging.

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