-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[#42] Converted to standalone Symfony Console CLI app #59
Conversation
Could you please look into why ci/build is failing ? But composer lint in Github Action is working. Thank you. |
@tannguyen04 Could you please update the GHA test workflow to run with Currently, it just says:
|
# Conflicts: # .circleci/config.yml # .github/workflows/test-php.yml # README.md
@tannguyen04 The implementation here is not what I was after: it is currently a wrapper around Robo instead of being a standalone application. Can you please make the following changes on this PR branch:
|
61dac9b
to
8d7ac25
Compare
8d7ac25
to
547e6dd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #59 +/- ##
========================================
- Coverage 7.63% 6.50% -1.13%
========================================
Files 4 5 +1
Lines 380 461 +81
========================================
+ Hits 29 30 +1
- Misses 351 431 +80 ☔ View full report in Codecov by Sentry. |
Checklist before requesting a review
closes #42
[#123] Verb in past tense with dot at the end.
Changed
section about WHY something was done if this was not a normal implementationChanged
Screenshots