standards
standards copied to clipboard
Improve PHP-CS-Fixer and PHPStan caching
🕶️ I do not know what I'm doing but there were issues.
But one thing is for sure: cache keys should not contain git branch names.
🌧️ Bad day for GitHub
Internal server error occurred while resolving "actions/checkout@v3". Internal server error occurred while resolving "shivammathur/setup-php@v2"
https://www.githubstatus.com/incidents/pxg3dz4yg7lp
Not really working ...
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
43d73b0) 100.00% compared to head (5684227) 100.00%.
Additional details and impacted files
@@ Coverage Diff @@
## main #158 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 231 231
===========================================
Files 33 33
Lines 3611 3611
===========================================
Hits 3611 3611
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
"always() save" fails. What to do?
@szepeviktor That's because caches are immutable, and that's why the 'gh actions-cache delete' was there that is removed in this pr. ;)
See https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
@PrinsFrank Weather Forecast 🎵 for stalled PR-s: https://www.youtube.com/watch?v=jyavOPntNho (including the Spitsbergen)
The CI workflows have been moved over to https://github.com/PrinsFrank/CI-PHP. Feel free to add a PR there. Thanks again!