getsentry / getsentry/sentry-javascript
deno: tests run with `--no-check`
- Lingua principale
- TypeScript
- Stelle
- 8.7k
- Fork
- 1.8k
- Merge medio
- 1g 17h
- PR unite (30g)
- 523
Descrizione
`packages/deno/package.json`: `deno test ... --no-check`. Type errors in Deno test files never fail CI. `lint:types` covers `src` only.
Either drop `--no-check`, or add a separate `deno check test/` step. Measure the added CI time first; `--no-check` may have been added for speed.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start in packages/deno/package.json and inspect the deno test command using --no-check, alongside the lint:types coverage for src. Measure the added CI time for type-checking the test files, then choose whether removing --no-check or adding a separate deno check test/ step meets the goal. Done means Deno test-file type errors can fail CI without an unacceptable time increase.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- deno, typescript
- Ambito
- ci-cd, testing-qa
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Attiva
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 72/100