Add or update .codecov copy.yml
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool
|
||||
*.out
|
||||
coverage.html
|
||||
coverage.txt
|
||||
|
||||
# Dependency directories
|
||||
vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Binaries (in root, bin, or dist directories)
|
||||
bin/
|
||||
dist/
|
||||
releases/
|
||||
/onvif-diagnostics
|
||||
/onvif-server
|
||||
/onvif-server-example
|
||||
/generate-tests
|
||||
/onvif-cli
|
||||
/onvif-quick
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
|
||||
# Camera logs and captures (keep directory structure but ignore content)
|
||||
camera-logs/*.json
|
||||
camera-logs/*.tar.gz
|
||||
xml-captures/
|
||||
|
||||
# Extracted test captures
|
||||
capture_*.xml
|
||||
capture_*.json
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Debug files
|
||||
debug
|
||||
__debug_bin
|
||||
Reference in New Issue
Block a user