chore(ci): add shared-lib scaffolding and functional coverage gate (#3)
logging / test (push) Has been skipped
logging / vulnerabilities (push) Has been skipped
Release / release (push) Successful in 59s
logging / coverage-baseline (push) Successful in 2m41s
pre-commit / pre-commit (push) Successful in 5m51s

This commit was merged in pull request #3.
This commit is contained in:
2026-06-15 17:53:42 +00:00
parent 35f439eff5
commit e067a72887
12 changed files with 354 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
version: "2"
run:
allow-parallel-runners: true
linters:
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
paths:
- third_party$
- builtin$
- examples$
formatters:
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$