Skip to content

Commit c11d1f2

Browse files
ci: updated codecov.yml (#5571)
1 parent c56f1f7 commit c11d1f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ coverage:
22
status:
33
project:
44
default:
5-
target: auto # auto compares coverage to the previous base commit
6-
threshold: 10% # this allows a 10% drop from the previous base commit coverage
5+
target: auto # auto compares coverage to the previous base commit
6+
threshold: 10% # this allows a 10% drop from the previous base commit coverage
77
informational: true
88

99
ignore:
1010
- "tests"
1111
- "sentry_sdk/_types.py"
1212

1313
comment: true
14+
config:
15+
files: changed
1416

1517
github_checks:
1618
annotations: false

0 commit comments

Comments
 (0)