-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathcodecov.yml
More file actions
37 lines (33 loc) · 870 Bytes
/
codecov.yml
File metadata and controls
37 lines (33 loc) · 870 Bytes
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
# Validate using: cat codecov.yml | curl --data-binary @- https://codecov.io/validate
codecov:
require_ci_to_pass: false # See coverage on CI test failures
coverage:
range: 90..100
round: down
precision: 2
status: # Blocking coverage targets
project: # Each PR must increase coverage
default:
target: auto
patch: # New code must be at least 90% tested
default:
target: 90%
flags:
helper-rust-unit:
paths:
- appsec/helper-rust/
carryforward: true
helper-rust-integration:
paths:
- appsec/helper-rust/
carryforward: true
comment: # See https://docs.codecov.com/docs/pull-request-comments
behavior: default
layout: "header,reach,diff,flags,files,footer"
require_changes: true
require_base: false
require_head: false
ignore:
- appsec/build
- appsec/tests
- appsec/third_party