-
Notifications
You must be signed in to change notification settings - Fork 24
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
Increase static analysis #37
Increase static analysis #37
Conversation
Coverage is ignored because it's tested at a static analysis level
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37 +/- ##
=========================================
Coverage ? 92.13%
Complexity ? 33
=========================================
Files ? 7
Lines ? 89
Branches ? 0
=========================================
Hits ? 82
Misses ? 7
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@dbrekelmans thanks for the merge. CI is failing in the main branch due to Codecov not accepting the upload. You should configure it on your side to either accept unauthenticated uploads or by adding a token here on GHA. Docs for the token: https://docs.codecov.com/docs/adding-the-codecov-token |
Pinging @moufmouf in case he's the one with the right access to Codecov... |
This is on top of #36, to have proper CI checks.
With this, I intend to cover tests with PHPStan, so that the checks are stronger; also, I will do some fixing on how the tests work, because currently they need some maintenance.