Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25ba3a3

Browse files
committed
try to fix coverage
1 parent dc8647a commit 25ba3a3

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

codecov.yml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,37 @@ coverage:
55
default: false
66
library:
77
target: auto
8-
paths: ['!.*/tests/.*']
8+
paths:
9+
- '!**/tests/**'
10+
- '!**/testing/**'
911
threshold: 0.1%
1012
tests:
1113
target: auto
12-
paths: ['.*/tests/.*']
14+
paths:
15+
- '**/tests/**'
16+
- '**/testing/**'
1317
threshold: 0.1%
18+
flag_management:
19+
default_rules:
20+
statuses:
21+
- type: patch
22+
target: auto%
23+
threshold: 0.1%
24+
- type: project
25+
target: auto%
26+
threshold: 0.1%
27+
individual_flags:
28+
- name: unit-tests
29+
paths:
30+
- '**/tests/**'
31+
- '**/testing/**'
32+
- name: library
33+
paths:
34+
- '!**/tests/**'
35+
- '!**/testing/**'
1436
codecov:
1537
require_ci_to_pass: false
38+
branch: main
1639

1740
ignore:
1841
- IPython/kernel/*

0 commit comments

Comments
 (0)