Skip to content

ci: pipeline JS scopeada a app-web (quita --code-coverage inválido) - #9

Merged
beyondnetPeru merged 1 commit into
mainfrom
ci/fix-coverage-flag
Jul 26, 2026
Merged

ci: pipeline JS scopeada a app-web (quita --code-coverage inválido)#9
beyondnetPeru merged 1 commit into
mainfrom
ci/fix-coverage-flag

Conversation

@beyondnetPeru

Copy link
Copy Markdown
Contributor

Corrige el último fallo del job Build, Lint and Test (CI), que ya pasaba Install/Audit/Lint tras #7/#8 pero moría en el paso de tests.

Causa (bug de workflow, no de tests): nx run-many --target=test --code-coverage--code-coverage no es flag válido de vitest (usa --coverage) ni de dotnet test (MSB1001: Unknown switch). Y el job no instala .NET 10, así que app-api-dotnet (dotnet test/build) fallaría igual.

Fix: quitar --code-coverage y scopear lint/test/build a --projects=app-web. Este job es la pipeline JS/frontend; el backend .NET tiene su CI dedicada (build.yml).

Validación local (réplica del CI): nx lint app-web 0 errores · nx test app-web 1476/1476.

🤖 Generated with Claude Code

…rage

El paso de tests moría con `--code-coverage` (no es flag de vitest ni de dotnet
test → MSB1001 Unknown switch). Además el job `ci` no instala el SDK .NET 10, así
que correr app-api-dotnet (dotnet test/build) fallaría por falta de runtime.

- Se quita `--code-coverage`.
- lint/test/build se scopean a `--projects=app-web`: este job es la pipeline
  JS/frontend; el backend .NET tiene su CI dedicada en build.yml (con setup-dotnet).

Réplica local verde: nx lint app-web 0 errores; nx test app-web 1476/1476.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@beyondnetPeru
beyondnetPeru merged commit 23e1cc0 into main Jul 26, 2026
5 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant