File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments