mirror of
https://github.com/soypat/lneto.git
synced 2026-07-26 02:28:45 +00:00
exclude stringers.go files from code coverage (#119)
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
ignore:
|
||||
- "examples/**"
|
||||
- "**/stringers.go"
|
||||
- "**/*_stringers.go"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user