We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8647a commit 25ba3a3Copy full SHA for 25ba3a3
1 file changed
codecov.yml
@@ -5,14 +5,37 @@ coverage:
5
default: false
6
library:
7
target: auto
8
- paths: ['!.*/tests/.*']
+ paths:
9
+ - '!**/tests/**'
10
+ - '!**/testing/**'
11
threshold: 0.1%
12
tests:
13
- paths: ['.*/tests/.*']
14
15
+ - '**/tests/**'
16
+ - '**/testing/**'
17
18
+flag_management:
19
+ default_rules:
20
+ statuses:
21
+ - type: patch
22
+ target: auto%
23
+ threshold: 0.1%
24
+ - type: project
25
26
27
+ individual_flags:
28
+ - name: unit-tests
29
30
31
32
+ - name: library
33
34
35
36
codecov:
37
require_ci_to_pass: false
38
+ branch: main
39
40
ignore:
41
- IPython/kernel/*
0 commit comments