forked from getsentry/sentry-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
27 lines (24 loc) · 857 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
coverage:
status:
project:
default:
target: auto # auto compares coverage to the previous base commit
threshold: 10% # this allows a 10% drop from the previous base commit coverage
informational: true
ignore:
- "tests"
- "sentry_sdk/_types.py"
# Read more here: https://docs.codecov.com/docs/pull-request-comments
comment:
after_n_builds: 99
layout: 'diff, files'
# 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
github_checks:
annotations: false