mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
github: Improve codecov integration with better config
This commit is contained in:
parent
1c65cd115e
commit
38c4296d62
1 changed files with 10 additions and 1 deletions
11
.github/codecov.yml
vendored
11
.github/codecov.yml
vendored
|
@ -1,10 +1,19 @@
|
|||
codecov:
|
||||
require_ci_to_pass: yes
|
||||
comment:
|
||||
layout: "diff,flags"
|
||||
layout: "header,diff,files"
|
||||
require_changes: true
|
||||
require_base: true
|
||||
require_head: true
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: "75%"
|
||||
threshold: "0.1%"
|
||||
removed_code_behavior: adjust_base
|
||||
github_checks:
|
||||
annotations: true
|
||||
ignore:
|
||||
- "app"
|
||||
- "docs"
|
||||
|
|
Loading…
Reference in a new issue