Registry-Entscheidung evidenzbasiert: das Package ist pnpm-Dependency von ThreadNet-Webs apps/web, der Lockfile pinnt die Tarball-URL auf rohana - Registry bleibt dort. Publish-Auth ueber CI-Variable GITEA_NPM_TOKEN statt lokaler Klartext-.npmrc. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
625 B
YAML
19 lines
625 B
YAML
# Don't post comments on PRs; they're noisy and the same information can be
|
|
# gotten through the checks section at the bottom of the PR anyways
|
|
comment: false
|
|
github_checks:
|
|
# Don't mark up the diffs on PRs with warnings about untested lines; we're not
|
|
# aiming for 100% test coverage and they just get in the way of reviewing
|
|
annotations: false
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Track the impact of changes on overall coverage without blocking PRs
|
|
informational: true
|
|
patch:
|
|
default:
|
|
# Enforce 80% coverage on all lines that a PR
|
|
# touches
|
|
target: 80%
|