forked from OpenZeppelin/cairo-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
33 lines (30 loc) · 884 Bytes
/
codecov.yml
File metadata and controls
33 lines (30 loc) · 884 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
comment:
layout: "diff, files, header, footer"
behavior: default
coverage:
# The value range where you want the value to be green
# Hold ourselves to a high bar.
# TMP 80 floor until cairo-coverage becomes more stable
range: 80..100
status:
project:
coverage:
# Use the coverage from the base commit (pull request base) coverage to compare against.
# Once we have a baseline we can be more strict.
# TMP threshold until cairo-coverage becomes more stable
target: auto
threshold: 4%
patch:
default:
# Require new code to have 80%+ coverage.
# TMP target and threshold until cairo-coverage becomes more stable
target: 80%
threshold: 4%
ignore:
- "**/tests/**"
- "docs/"
- "scripts/"
- "packages/test_common/"
- "packages/testing/"
github_checks:
annotations: false