-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add mutation testing support and CI/CD workflow #110
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #110 +/- ##
=========================================
Coverage 23.34% 23.34%
Complexity 1232 1232
=========================================
Files 146 146
Lines 3834 3834
=========================================
Hits 895 895
Misses 2939 2939 ☔ View full report in Codecov by Sentry. |
uses: shivammathur/setup-php@2.30.4 | ||
with: | ||
php-version: ${{ matrix.php-version }} | ||
extensions: mbstring, pdo, pdo_sqlite |
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.
List needed extensions here
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.
filter, sockets, simplexml, pdo_sqlite
Need to limit |
9f3cd38
to
89750fe
Compare
@roxblnfk I've created issue, as, probably, there is bug in upstream package vimeo/psalm: vimeo/psalm#11006 |
No description provided.