getsentry / getsentry/sentry-javascript
deno: tests run with `--no-check`
- Langage dominant
- TypeScript
- Étoiles
- 8.7k
- Forks
- 1.8k
- Merge moyen
- 1 j 17 h
- PR mergées (30 j)
- 515
Description
`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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- deno, typescript
- Domaine
- ci-cd, testing-qa
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- Active
- Clarté
- Plutôt claire
- Accessibilité débutants
- 72/100