forked from getsentry/sentry-cocoa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
32 lines (29 loc) · 933 Bytes
/
.codecov.yml
File metadata and controls
32 lines (29 loc) · 933 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
codecov:
branch: main
require_ci_to_pass: false # Check coverage even if the tests fail
notify:
wait_for_ci: true
coverage:
status:
project:
default:
threshold: 0.05% # Allow up to 0.05% coverage decrease before failing the build
patch:
default:
threshold: 0.05% # Allow up to 0.05% coverage decrease before failing the build
range: 80...100
precision: 3
round: down
ignore:
- "SentryTestUtilsTests/**"
- "Tests/**"
comment:
layout: "reach,diff,flags,files,footer"
# Update, if comment exists. Otherwise post new.
behavior: default
# Comments will only post when coverage changes. Furthermore, if a comment
# already exists, and a newer commit results in no coverage change for the
# entire pull, the comment will be deleted.
require_changes: true
require_base: true # must have a base report to post
require_head: true # must have a head report to post