FIXUP! fix diagrame parsing issue

This commit is contained in:
Hosam-Eldin.mostafa 2025-10-20 20:34:50 +02:00
parent 17ae041792
commit b918e0444b

View File

@ -33,9 +33,9 @@ flowchart TB
end
subgraph Artifacts
REP[reports/report.html]\nreports/junit.xml
YAML[config/*.yaml]\n(babylin.example.yaml, test_config.yaml)
DLL[vendor/babylin/BabyLIN.dll]
REP[reports/report.html<br/>reports/junit.xml]
YAML[config/*.yaml<br/>(babylin.example.yaml, test_config.yaml)]
SDK[vendor/BabyLIN_library.py<br/>platform-specific libs]
end
T --> CF
@ -47,7 +47,7 @@ flowchart TB
PL --> REP
CFG --> YAML
BABY --> DLL
BABY --> SDK
T --> REP
```