joshuar-go-hass-agent/codecov.yml

12 lines
459 B
YAML

ignore:
- "internal/agent/ui/*.go" # const/interface/utility code
- "*_generated.go" # generated with stringer
- "*_test.go" # tests
- "internal/hass/sensor/types" # all generated
- "*Strings.go" # generated with stringer
- "**/testing" # test files
- "internal/translations/catalog.go" # generated with gotext
- internal/device/device.go # const/utility code
- build/magefiles/* # ignore build system
- tools/tools.go # ignore tools hack