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

ChangesCount Generator #19

Closed
wants to merge 17 commits into from
Closed

ChangesCount Generator #19

wants to merge 17 commits into from

Conversation

gam6itko
Copy link
Contributor

@gam6itko gam6itko commented Nov 21, 2024

🤔 Why?

On some systems git can't pull migration with long name

error: cannot stat 'packages/Abc/Zxc/migrations/20241116.094418_the_long_name.php': File name too long
error: could not detach HEAD

📝 Checklist

  • Closes #
  • How was this tested:
    • Tested manually
    • Unit tests added

@gam6itko gam6itko marked this pull request as draft November 21, 2024 11:52
@gam6itko gam6itko marked this pull request as ready for review November 21, 2024 12:57
src/Changes/ChangeType.php Show resolved Hide resolved
src/Changes/Collector.php Outdated Show resolved Hide resolved
@gam6itko gam6itko changed the title Md5 generator ChangesCount Generator Nov 23, 2024
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

Attention: Patch coverage is 0% with 62 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (94cb613) to head (b82eef7).
Report is 1 commits behind head on 2.x.

Files with missing lines Patch % Lines
src/Changes/Collector.php 0.00% 33 Missing ⚠️
src/NameBasedOnChangesGenerator.php 0.00% 26 Missing ⚠️
src/ChangesCountGenerator.php 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x     #19       +/-   ##
============================================
- Coverage     92.17%   0.00%   -92.18%     
- Complexity       42      45        +3     
============================================
  Files             5       7        +2     
  Lines           115     146       +31     
============================================
- Hits            106       0      -106     
- Misses            9     146      +137     

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

@gam6itko gam6itko closed this Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature.
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants