2026-01-28 13:03:07 +01:00
|
|
|
# Coverage configuration for go-test-coverage
|
|
|
|
|
# https://github.com/vladopajic/go-test-coverage
|
|
|
|
|
|
2026-04-29 05:44:54 +00:00
|
|
|
profile: coverage.out
|
2026-01-28 13:03:07 +01:00
|
|
|
|
|
|
|
|
threshold:
|
|
|
|
|
file: 0
|
|
|
|
|
package: 0
|
|
|
|
|
total: 0
|
|
|
|
|
|
|
|
|
|
exclude:
|
|
|
|
|
paths:
|
|
|
|
|
- _test\.go$
|