drop/.github/workflows
BillyOutlast 7b275c4ce8
chore(deps,ci): dependabot desktop/main + .codecov.yml + CI merge + MSW error + coverage scope (#28)
* chore(deps): add dependabot desktop/main entry + .codecov.yml

desktop/main/ has its own pnpm-workspace.yaml and pnpm-lock.yaml,
so the root npm entry at / does not cover it. All 30+ deps in
the Nuxt 4 desktop app (tauri plugins, koa, etc.) were invisible
to Dependabot.

.codecov.yml added with:
- project status OFF (1.17% baseline, target: auto would block
  every PR per AGENTS.md)
- patch status informational at 50% (new code should be tested
  but not block)
- server flag target 80% informational
- PR comments disabled (solo dev, low signal at 32 tests)
- ignore patterns for .nuxt/, prisma/client/, proto/, test/

Refs plan at .opencode/plans/hyperplan-dep-tdd-coverage.md PR2.

* chore(ci): merge test+coverage jobs, MSW error, scope coverage to backend

Three changes:

1. ci.yml: delete the separate coverage job (duplicate setup
   vs test job — 14 CI-min wasted per push). Add coverage step
   to test job so vitest run --coverage happens once. Codecov
   upload moves to test job.

2. server/test/mocks/index.ts: onUnhandledRequest: 'warn' →
   'error'. Unmocked HTTP calls now fail the test instead of
   producing stderr noise. Forces explicit handler registration.
   Escape hatch: resetTestMocks([...unmockedHandlers]) for
   intentional bypass.

3. server/vitest.config.ts: include 'server/**/*.ts' →
   'server/server/**/*.ts'. The 1.17% coverage baseline is
   inflated by ~3-5K LOC of frontend (pages/, components/,
   composables/) that is untestable outside Playwright E2E.
   New scope reflects only Nitro backend coverage.

Refs plan at .opencode/plans/hyperplan-dep-tdd-coverage.md PR3.

---------

Co-authored-by: bot <ci@local>
2026-07-25 14:18:47 -04:00
..
ci.yml chore(deps,ci): dependabot desktop/main + .codecov.yml + CI merge + MSW error + coverage scope (#28) 2026-07-25 14:18:47 -04:00
cli-ci.yml ci(cli): remove continue-on-error now that tests compile 2026-07-24 16:23:50 -04:00
client-release.yml chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
codeql.yml chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
dependabot-auto-merge.yml fix(ci): dependabot auto-merge waits for CI, fix unscoped filter (#27) 2026-07-25 14:18:44 -04:00
desktop-ci.yml ci(droplet,desktop,cli): add cargo audit step (advisory, continue-on-error) 2026-07-24 13:50:48 -04:00
droplet-ci.yml ci(droplet,desktop,cli): add cargo audit step (advisory, continue-on-error) 2026-07-24 13:50:48 -04:00
e2e.yml chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
editorconfig-ci.yml chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
osv-scanner.yml chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
pages.yml chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
server-ci.yml chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
server-release.yml ci: SHA-pin all GitHub Actions references across 11 workflows 2026-07-24 11:45:20 -04:00
stale.yml ci: SHA-pin all GitHub Actions references across 11 workflows 2026-07-24 11:45:20 -04:00