File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # ignore:
2- # - "lib /tests/"
3- # - "lib /subprojects/**/*"
1+ ignore :
2+ - " c /tests/"
3+ - " c /subprojects/**/*"
44
55codecov :
66 require_ci_to_pass : false
77
88comment :
99 layout : " header, diff, flags, components" # show component info in the PR comment
1010
11- # fixes:
12- # - "tskit/::python/tskit/"
13- # - "^_tskitmodule.*::python/_tskitmodule.*"
1411
1512component_management :
1613 individual_components :
@@ -29,39 +26,3 @@ component_management:
2926 name : C library
3027 paths :
3128 - c
32-
33- #
34- # codecov:
35- # require_ci_to_pass: false
36- # comment:
37- # layout: "diff, flags, files"
38- # fixes:
39- # - "tskit/::python/tskit/"
40- # flag_management:
41- # individual_flags:
42- # - name: python-tests
43- # paths:
44- # - python/tskit/*.py
45- # statuses:
46- # - type: project
47- # target: 95%
48- # - name: python-c-tests
49- # paths:
50- # - python/_tskitmodule.c
51- # statuses:
52- # - type: project
53- # target: 85%
54- # - name: c-tests
55- # paths:
56- # - c/tskit/*.c
57- # - c/tskit/*.h
58- # statuses:
59- # - type: project
60- # target: 85%
61- # - name: lwt-tests
62- # paths:
63- # - python/lwt_interface/*.c
64- # - python/lwt_interface/*.h
65- # statuses:
66- # - type: project
67- # target: 80%
You can’t perform that action at this time.
0 commit comments