Skip to content

Commit 4c4ed76

Browse files
Skip embedded C files on coverage
Closes #3394
1 parent b6f29e4 commit 4c4ed76

1 file changed

Lines changed: 3 additions & 42 deletions

File tree

codecov.yml

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
# ignore:
2-
# - "lib/tests/"
3-
# - "lib/subprojects/**/*"
1+
ignore:
2+
- "c/tests/"
3+
- "c/subprojects/**/*"
44

55
codecov:
66
require_ci_to_pass: false
77

88
comment:
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

1512
component_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%

0 commit comments

Comments
 (0)