-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
29 lines (28 loc) · 942 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
codecov:
notify:
require_ci_to_pass: no
after_n_builds: 1
wait_for_ci: no
coverage:
status:
patch: # minimum coverage needed based only on the new code introduced on the PR
default: off
pr_coverage:
target: 60%
project:
default: off
minimum: # minimum target of coverage needed to pass the check
target: 60%
decrement: # maximum decrement of coverage allowed
target: auto
threshold: 0.2%
if_not_found: success
comment: # configuration of the details the bot will comment on the PR
layout: "header, diff, tree, changes"
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: no # [yes :: must have a head report to post]
branches: null
ignore:
- "src/main/java/com/rflpazini/rogue/RogueRestApplication.java"