FIXUP! fix diagrame parsing issue
This commit is contained in:
parent
17ae041792
commit
b918e0444b
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user