Skip to content

Commit 39e5b96

Browse files
feat: add codecov components for crates
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
1 parent 180405f commit 39e5b96

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88
<p align="center">
99
<a href="https://github.com/DLR-FT/wasm-interpreter/actions/workflows/nix.yaml"><img src="https://github.com/DLR-FT/wasm-interpreter/actions/workflows/nix.yaml/badge.svg" alt="ci status" /></a>
10-
<a href="https://app.codecov.io/github/dlr-ft/wasm-interpreter"><img src="https://img.shields.io/codecov/c/github/DLR-FT/wasm-interpreter" alt="code coverage" /></a>
10+
<a href="https://app.codecov.io/github/dlr-ft/wasm-interpreter"><img src="https://codecov.io/gh/DLR-FT/wasm-interpreter/branch/dev/modular-crates/graph/badge.svg?component=interpreter" alt="code coverage" /></a>
1111
<a href="https://dlr-ft.github.io/wasm-interpreter/main/rustdoc/wasm"><img src="https://img.shields.io/badge/rustdoc-passing-orange" alt="license" /></a>
1212
<a href="#license"><img src="https://img.shields.io/badge/license-MIT%20or%20Apache%202.0-blue" alt="license" /></a>
1313
</p>

codecov.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
comment:
2+
layout: "header, diff, components"
3+
hide_project_coverage: false
4+
5+
component_management:
6+
default_rules:
7+
statuses:
8+
- type: project
9+
target: auto
10+
individual_components:
11+
- component_id: interpreter
12+
name: interpreter
13+
paths:
14+
- src/
15+
- component_id: checked
16+
name: checked
17+
paths:
18+
- crates/checked/src
19+
- component_id: linker
20+
name: linker
21+
paths:
22+
- crates/linker/src
23+
- component_id: interop
24+
name: interop
25+
paths:
26+
- crates/interop/src

0 commit comments

Comments
 (0)