-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adapt to Yii config group names convention #39
Conversation
Codecov ReportBase: 98.87% // Head: 98.57% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #39 +/- ##
============================================
- Coverage 98.87% 98.57% -0.31%
+ Complexity 27 23 -4
============================================
Files 3 2 -1
Lines 89 70 -19
============================================
- Hits 88 69 -19
Misses 1 1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README should be updated.
Co-authored-by: Rustam Mamadaminov <[email protected]>
Adapt PRs:
$useBootstrap
,$checkEvents
and$configGroupPostfix
to theHttpApplicationRunner
yii-runner-http#43