Skip to content

chore(specter): untrack stale .specter-results.json#568

Merged
remyluslosius merged 2 commits into
mainfrom
chore/untrack-specter-results
Jun 16, 2026
Merged

chore(specter): untrack stale .specter-results.json#568
remyluslosius merged 2 commits into
mainfrom
chore/untrack-specter-results

Conversation

@remyluslosius

Copy link
Copy Markdown
Contributor

Split out of #563 so the backlog-docs changes and this repo-hygiene chore review independently.

.specter-results.json was committed but nothing consumes the committed copy — CI regenerates it from a real go test -json + vitest JUnit run (specter ingestsync) and uploads the fresh one as an artifact; scripts/check-go-spec-coverage.sh runs without it. The committed snapshot only drifts and produces misleading local specter coverage reports (it's what showed a bogus 60%/NONE picture in a recent session).

This git rm --cacheds it and gitignores it alongside the already-ignored frontend/.specter-results.json. The "tracked intentionally" comment had no actual consumer behind it.

CI regenerates the results file from a real go test -json + vitest JUnit
run (specter ingest -> sync), so the committed copy is never consumed by
the gate. It only drifts and produces misleading local `specter coverage`
reports (it showed a bogus 60%/NONE picture because it predated a full
ingest). Remove it from tracking and gitignore it alongside the frontend
one; scripts/check-go-spec-coverage.sh already runs without it.
@remyluslosius remyluslosius merged commit a02e278 into main Jun 16, 2026
13 checks passed
@remyluslosius remyluslosius deleted the chore/untrack-specter-results branch June 16, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant