mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-04 10:35:08 +02:00
21 lines
307 B
YAML
21 lines
307 B
YAML
ignore:
|
|
# Ignore coverage for generated code.
|
|
- "pkg/parser"
|
|
|
|
coverage:
|
|
range: 70..100
|
|
round: nearest
|
|
precision: 1
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
enabled: yes
|
|
threshold: 2%
|
|
patch: no
|
|
changes: no
|
|
|
|
comment:
|
|
layout: "header, diff"
|
|
behavior: once
|
|
require_changes: yes |