chore: merge dev → main (cobertura 99% + reorganização .claude)#91
Merged
lucasbrentano merged 7 commits intomainfrom Apr 8, 2026
Merged
chore: merge dev → main (cobertura 99% + reorganização .claude)#91lucasbrentano merged 7 commits intomainfrom
lucasbrentano merged 7 commits intomainfrom
Conversation
chore: sincronizar dev com main
- test_collect: +70 testes cobrindo enrich (3 fases), import/export, next-page, _parse_youtube_error, youtube.py wrappers, CSV/JSON streaming - test_clean: +18 testes cobrindo IdenticalSelector, ProfileSelector, import_dataset, import_chunk, _build_selector, thresholds - test_annotate: +12 testes cobrindo is_admin branch, conflict reopening, get_all_progress, import_chunk, export com dataset_id - test_review: +18 testes cobrindo video_id filter, export consensus, resolve edge cases, import_chunk, _find_dataset_for_comment - test_auth: +7 testes cobrindo token expirado, JWT inválido, usuário inativo/inexistente, refresh com user deletado, logout - test_seed: arquivo novo com 7 testes cobrindo run_seed, delete_seed, seed duplicado (409), requires admin - test_dashboard: +10 testes cobrindo filtros de bots, text truncation, pre-1970 date, single-label consensus - test_data: +2 testes cobrindo pg_total_relation_size exception - test_users: +1 teste cobrindo reactivate user inexistente - .coveragerc: threshold elevado de 80% para 90% Co-Authored-By: Claude <noreply@anthropic.com>
- Mapeia 5 fases: cobertura backend, OWASP, frontend, E2E, monitoramento - Detalha testes por categoria OWASP Top 10 - Define setup Vitest, Playwright e Sentry - Inclui ordem de execução e dependências Co-Authored-By: Claude <noreply@anthropic.com>
- Mapeia fases 2-5 pendentes (OWASP, frontend, E2E, monitoramento) - Lista categorias OWASP Top 10 com status - Inclui itens de monitoramento e evolução futura Co-Authored-By: Claude <noreply@anthropic.com>
test(backend): elevar cobertura de testes para 99%
- Mover backend.md, frontend.md, ux-ui.md para padroes/ - Mover specs de US para skills/us/ - Mover quality-security.md para skills/qualidade/ - Criar padroes/commits-e-prs.md com guia de commits e PRs - Criar .claude/README.md com índice e referência rápida - Atualizar referências em CLAUDE.md Co-Authored-By: Claude <noreply@anthropic.com>
docs: reorganizar .claude/ e adicionar guia de commits/PRs
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.
Resumo
padroes/,skills/us/,skills/qualidade/(PR docs: reorganizar .claude/ e adicionar guia de commits/PRs #90).claude/padroes/commits-e-prs.md.claude/backlog.mdcom fases 2-5 de qualidadeComo testar
cd backend && pytest— 342 testes passandopytest --cov=. --cov-report=term-missing— 99% cobertura