forked from ProjectOpenSea/seaport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
40 lines (38 loc) · 882 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
30
31
32
33
34
35
36
37
38
39
40
coverage:
range: 100..100
round: down
precision: 2
status:
project:
default:
target: auto
threshold: 0%
base: auto
if_ci_failed: error
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
statuses:
- type: project
target: 100%
threshold: 0%
- type: patch
target: 100%
threshold: 0%
individual_flags: # exceptions to the default rules above, stated flag by flag
- name: foundry
statuses:
- type: project
target: 100%
threshold: 0%
- type: patch
target: 100%
threshold: 0%
# Ignore folders that forge coverage is reporting on
ignore:
- offerers
- script
- test
- contracts/test
- contracts/helpers
- contracts/zones
- contracts/lib/ConsiderationStructs.sol