Add or update .codecov copy.yml

This commit is contained in:
ProtoTess
2026-01-16 04:11:59 +00:00
parent ef340c0e5a
commit 66f6a4e838
391 changed files with 131885 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"permissions": {
"allow": [
"Bash(wc:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(go build:*)",
"Bash(go test:*)",
"Bash(GOPROXY=direct go build:*)",
"Bash(GOPROXY=https://proxy.golang.org,direct go mod download:*)",
"Bash(go mod download:*)",
"Bash(./bin/onvif-cli discover:*)",
"Bash(./bin/onvif-cli:*)",
"Bash(./bin/onvif-diagnostics:*)",
"Bash(./bin/discover:*)",
"Bash(tee:*)",
"Bash(nc:*)"
]
}
}