Actualizar CI - #276
Merged
Merged
Actualizar CI#276
Conversation
…ons actualizadas - Añadir @group integration a los tests de packages/ws que golpean SUNAT. - phpunit.xml.dist: excluir por defecto los grupos integration y manual. - php.yml: job unit (7.4-8.4, ubuntu-24.04, checkout@v7, codecov@v7) que bloquea el merge y job integration informativo (continue-on-error). - Workflows de split: checkout@v7, ubuntu-24.04, composer-install@v4 y monorepo-split-github-action@v2.4.5. - Quitar vimeo/psalm de require-dev (exige PHP <= 8.2); se usa el PHAR. - Corregir parámetros implícitamente nullable (deprecación PHP 8.4). - CHANGELOG: sección Unreleased. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011PSBqECdqU9q5VJBea8gDF
Psalm 5.26 valida los callables array{class-string, string} como
estaticos y reportaba InvalidArgument en ReportTwigExtension porque los
metodos de los filtros son de instancia. Se pasan instancias reales,
sin cambiar el comportamiento en tiempo de ejecucion.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011PSBqECdqU9q5VJBea8gDF
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #276 +/- ##
============================================
- Coverage 98.33% 95.86% -2.47%
- Complexity 1308 1310 +2
============================================
Files 173 173
Lines 5465 5470 +5
============================================
- Hits 5374 5244 -130
- Misses 91 226 +135
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.