feat: Add coverage reporting and analysis workflows, enhance CI with additional tests for older Go versions

This commit is contained in:
ProtoTess
2025-12-01 00:44:34 +00:00
parent 4f3e2a6df0
commit 856f49c82d
12 changed files with 334 additions and 66 deletions
+34
View File
@@ -0,0 +1,34 @@
codecov:
require_ci_to_pass: yes
notify:
wait_for_ci: yes
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 45%
threshold: 1%
base: auto
patch:
default:
target: 80%
threshold: 5%
comment:
layout: "reach,diff,flags,tree,footer"
behavior: default
require_changes: no
require_base: no
require_head: yes
ignore:
- "cmd/**/*"
- "examples/**/*"
- "server/**/*"
- "testing/**/*"
- "**/*_test.go"
- "*.md"