Get extensions and packages versions to CI artifacts#2553
Get extensions and packages versions to CI artifacts#2553pablomartinezbernardo merged 33 commits intomasterfrom
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2553 +/- ##
============================================
- Coverage 75.91% 75.24% -0.68%
Complexity 2574 2574
============================================
Files 240 240
Lines 27029 27029
Branches 976 976
============================================
- Hits 20519 20337 -182
- Misses 5990 6172 +182
Partials 520 520
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…akes some tests fail
Signed-off-by: Bob Weinand <[email protected]>
BenchmarksBenchmark execution time: 2024-03-18 14:42:00 Comparing candidate commit 5a538da in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 182 metrics, 0 unstable metrics. |
…race-php into pmartinez/version-reporting
Co-authored-by: Alexandre Choura <[email protected]>
Description
Use
get_loaded_extensions()andcomposer showin CI to write dependency versions to a CSV as an artifact in CI, so it can be later retrieved to populate support data in metabase.Reviewer checklist