ci: laxify codecoverage (#191)

* ci: laxify codecoverage

* reread coverage docs

* try this yaml out

* add project level codecov informational

* add a project wide coverage

* test project wide coverage status fail

* remove test code
This commit is contained in:
Pat Whittingslow
2026-08-25 13:36:33 -03:00
committed by GitHub
parent 56f943ed30
commit e6a5be3628
+9
View File
@@ -1,3 +1,12 @@
coverage:
status:
project:
default:
target: 62% # Ensure we don't accumulate too much debt.
patch:
default:
informational: true # Shows the patch metric but never turns red/fails the PR
ignore:
- "examples/**"
- "**/stringers.go"