getsentry / getsentry/sentry-javascript
deno: tests run with `--no-check`
- Vorherrschende Sprache
- TypeScript
- Sterne
- 8.7k
- Forks
- 1.8k
- Ø Merge
- 1 T. 17 Std.
- Gemergte PRs (30 T.)
- 523
Beschreibung
`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.
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- deno, typescript
- Bereich
- ci-cd, testing-qa
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Aktiv
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 72/100