Skip to content

Corrige o empacotamento dos testes na Vercel - #2

Merged
guuszz merged 1 commit into
mainfrom
codex/fix-vercel-deploy
Aug 2, 2026
Merged

Corrige o empacotamento dos testes na Vercel#2
guuszz merged 1 commit into
mainfrom
codex/fix-vercel-deploy

Conversation

@guuszz

@guuszz guuszz commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Problema

A Vercel interpretava arquivos de teste dentro de api/ como funções serverless. Isso fazia o build compilar helpers e testes de integração como endpoints, gerando erros de resolução ESM e aumentando o tempo de build.

Correção

Adiciona .vercelignore para excluir testes, infraestrutura E2E e artefatos locais do pacote de deploy, mantendo todos os arquivos no GitHub e no CI.

Validação

  • npm run typecheck
  • git diff --check

@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
oficina Error Error Aug 2, 2026 2:52pm

@guuszz
guuszz merged commit 49cf87c into main Aug 2, 2026
4 of 5 checks passed
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants