ci(quality): coverage gate, weekly dependency audit - #5
Merged
Conversation
- Coverage was computed but purely informational; the Quality job now fails below 70% (measured 76% when introduced - raise as it grows). - Dependabot cannot watch deno.lock, so advisories only surfaced when a PR happened to run the gate. A scheduled weekly audit now fails on high-severity advisories and lists outdated deps in the run summary.
The quality gate is PR-only, so nothing recomputes coverage when a PR lands. A new workflow measures coverage on every push to main and force-pushes a shields.io endpoint JSON to a single-file badges branch; the README coverage badge reads from it.
The blog URL is about to move; pointing prose at the site root keeps the references from breaking. The header keeps site + docs only.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
deps-audit.yml): Dependabot cannot watchdeno.lock, so advisories in Deno/npm deps only surfaced when a PR happened to run the gate. A scheduled Monday run now fails on high-severity advisories and lists the full advisory report plus outdated direct dependencies in the run summary.Pending (follow-up in this PR)
.github/workflows/codeql.yml: GitHub's CodeQL default setup was enabled on the repo and has taken over analysis (theAnalyze (javascript-typescript)check). Keeping both the default setup and this advanced workflow conflicts — analysis uploads from the workflow get rejected once default setup owns the languages.Testing
n/a(test failures already fail the job).