Skip to content

Conversation

@artengin
Copy link
Contributor

@artengin artengin commented Nov 5, 2025

Refs: #67

@coveralls
Copy link

Pull Request Test Coverage Report for Build 19095100240

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.428%

Totals Coverage Status
Change from base Build 19060908848: 0.0%
Covered Lines: 313
Relevant Lines: 318

💛 - Coveralls

@artengin
Copy link
Contributor Author

artengin commented Nov 5, 2025

The changes have been tested on the laravel-empty-project, everything works as expected.

@DenTray DenTray requested a review from Copilot November 5, 2025 13:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds the --force flag to all php artisan migrate commands to enable non-interactive execution during project initialization. This is appropriate for automated setup scenarios where user prompts should be avoided.

  • Added --force flag to the migrate command in the InitCommand implementation
  • Updated all test cases to expect the --force flag in their mock assertions

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/Commands/InitCommand.php Added --force flag to the migrate command execution
tests/InitCommandTest.php Updated 9 test methods to assert the new --force flag in migrate command expectations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DenTray DenTray merged commit c9521d0 into main Nov 5, 2025
9 checks passed
@DenTray DenTray deleted the add-force-flag-to-migrate branch November 5, 2025 13:33
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.

4 participants