mirror of https://github.com/stijndcl/didier
15 lines
414 B
YAML
15 lines
414 B
YAML
|
comment:
|
||
|
layout: "reach, diff, flags, files"
|
||
|
behavior: default
|
||
|
require_changes: false # if true: only post the comment if coverage changes
|
||
|
require_base: no # [yes :: must have a base report to post]
|
||
|
require_head: yes # [yes :: must have a head report to post]
|
||
|
|
||
|
coverage:
|
||
|
round: down
|
||
|
precision: 5
|
||
|
|
||
|
ignore:
|
||
|
- "./tests/*"
|
||
|
- "./didier/cogs/*" # Cogs can't really be tested properly
|