blocky/codecov.yml

19 lines
298 B
YAML
Raw Permalink Normal View History

coverage:
status:
project:
default:
target: auto
threshold: 80%
patch:
default:
# basic
target: auto
threshold: 0%
base: auto
only_pulls: true
2020-02-13 22:24:47 +01:00
ignore:
- "**/mock_*"
2021-09-09 22:57:05 +02:00
- "**/*_enum.go"
- "**/*.gen.go"
- "e2e/*.go"