Closed mfulb closed 1 month ago
Test Suite | Status | Result |
---|---|---|
Multiverse | :white_check_mark: | 7/7 passing |
SOAK | :white_check_mark: | 56/56 passing |
Attention: Patch coverage is 77.41935%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 78.50%. Comparing base (
51f6d43
) to head (4c23cd6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Change how the package major number metrics are created. This now occurs in R_SHUTDOWN. This allows the use of package versions from ALL sources including the Composer API. Whenever instrumentation for a package detects a package, it can create a package suggestion. Initially if a version is not known it is fine to use PHP_PACKAGE_VERSION_UNKNOWN. If later the instrumentation determines a version from a class constant, etc, then the suggestion can be updated with the version.
At the end of the transaction the suggestions are iterated over and the actual package data (which could include Composer API data) is referenced and a major number supportability metric is created with the best version available.