blocky/codecov.yml

18 lines
288 B
YAML

coverage:
status:
project:
default:
target: auto
threshold: 80%
patch:
default:
# basic
target: auto
threshold: 0%
base: auto
only_pulls: true
ignore:
- "resolver/mocks.go"
- "**/*_enum.go"
- "e2e/*.go"