Skip to content

Commit dcf5fe5

Browse files
committed
Try to add codecov component mapping for tests
1 parent da767f9 commit dcf5fe5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ codecov:
44
after_n_builds: 1
55
wait_for_ci: no
66
notify_error: true
7+
component_management:
8+
individual_components:
9+
- component_id: src
10+
name: source code
11+
- component_id: tests
12+
name: tests
13+
paths:
14+
- .*/tests.rs$
15+
- .*/tests/**
716
coverage:
817
status:
918
project:

0 commit comments

Comments
 (0)