kratos/codecov.yml

18 lines
326 B
YAML

coverage:
status:
project:
default:
target: 60%
threshold: 10%
only_pulls: true
ignore:
- "test"
- "internal"
- "docs"
- "proto"
- "gen"
- "examples"
- "contrib"
- "selfservice/strategy/oidc/provider_netid.go" # No way to test this provider automatically
- "**/*_test.go"