-
Notifications
You must be signed in to change notification settings - Fork 5
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
PHPStan 1.0 support #11
Conversation
I took the liberty to stop using Docker directly in GitHub Actions as it was somehow failing in my repository and it seemed overcomplicated :) |
c10f063
to
7588890
Compare
Codecov Report
@@ Coverage Diff @@
## master #11 +/- ##
============================================
- Coverage 63.44% 60.82% -2.62%
- Complexity 38 39 +1
============================================
Files 3 3
Lines 93 97 +4
============================================
Hits 59 59
- Misses 34 38 +4
Continue to review full report at Codecov.
|
7588890
to
eaa2359
Compare
@@ -3,7 +3,11 @@ | |||
!.gitignore | |||
!.gitattributes | |||
!.github | |||
!.editorconfig |
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.
I did not know about this project before 👍
Thanks for your nice contribution :) 🥇 |
See #9