generated from bcgov/bcrs-template-ui
-
Notifications
You must be signed in to change notification settings - Fork 14
/
codecov.yaml
46 lines (41 loc) · 983 Bytes
/
codecov.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
codecov:
require_ci_to_pass: true
branch: main
max_report_age: false
coverage:
precision: 2
round: down
range: "80...100"
status:
patch: false
project:
default: false
backend:
target: 80%
flags:
- notifyapi
- notifydelivery
ignore:
- "^/tests/**/*" # ignore test harness code
parsers:
gcov:
branch_detection:
conditional: true
loop: true
method: false
macro: false
comment: # this is a top-level key
layout: " diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: false # [true :: must have a head report to post]
flags:
notifyapi:
paths:
- notify-api/src/notify_api
carryforward: true
notifydelivery:
paths:
- notify-delivery/src/notify_delivery
carryforward: true