Files
pagination/.testcoverage.yml
T

14 lines
200 B
YAML
Raw Normal View History

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