exclude stringers.go files from code coverage (#119)

This commit is contained in:
Pat Whittingslow
2026-06-09 10:13:55 -03:00
committed by GitHub
parent 24d5d303bc
commit 3b82cefec3
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
ignore:
- "examples/**"
- "**/stringers.go"
- "**/*_stringers.go"
+4
View File
@@ -3,9 +3,13 @@ go.work
go.work.sum
# Test binary, built with `go test -c`
*.test
# Test coverage profiles.
profiles/
# Dependency directories after running `go mod vendor`
vendor/
# Binaries for programs and plugins
*.elf
*.uf2