Files
auth/.testcoverage.yml
T
argoyle 1fd859af5c
auth / test (push) Has been skipped
auth / vulnerabilities (push) Has been skipped
Release / release (push) Successful in 1m16s
auth / coverage-baseline (push) Successful in 2m53s
pre-commit / pre-commit (push) Successful in 5m34s
chore(ci): add shared-lib scaffolding and functional coverage gate (#4)
2026-06-15 17:53:44 +00:00

14 lines
200 B
YAML

# 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$