GHA for database validation
Qodana for PHP
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
Detected 106 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 44.03%. Comparing base (
5c21e54) to head (bf36a22). Report is 40 commits behind head on 5.0.
Additional details and impacted files
@@ Coverage Diff @@
## 5.0 #380 +/- ##
=========================================
Coverage 44.03% 44.03%
Complexity 701 701
=========================================
Files 122 122
Lines 4496 4496
=========================================
Hits 1980 1980
Misses 2516 2516
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@MarioRadu Two things were missing:
- Adding and enabling
pdoandpdo_sqliteextensions - Telling GHA to enable our TEST_MODE flag, so that
config/autoload/local.test.phpwill force theorm:validate-schemato run on the in-memory sqlite3 database.
Additionally, as per this recommendation from github-advanced-security app, I also added:
permissions:
contents: read
pull-requests: write