We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56f1f7 commit c11d1f2Copy full SHA for c11d1f2
codecov.yml
@@ -2,15 +2,17 @@ coverage:
2
status:
3
project:
4
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
+ target: auto # auto compares coverage to the previous base commit
+ threshold: 10% # this allows a 10% drop from the previous base commit coverage
7
informational: true
8
9
ignore:
10
- "tests"
11
- "sentry_sdk/_types.py"
12
13
comment: true
14
+config:
15
+ files: changed
16
17
github_checks:
18
annotations: false
0 commit comments