mirror of
https://github.com/soypat/lneto.git
synced 2026-08-31 20:09:05 +00:00
e6a5be3628
* 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
14 lines
297 B
YAML
14 lines
297 B
YAML
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"
|
|
- "**/*_stringers.go"
|