File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 74
74
- name : Install dependencies
75
75
run : |
76
76
sudo apt -qqy update && sudo apt -qqy --no-install-recommends install \
77
- python3 python3-pip python3-venv
77
+ python3 python3-pip python3-venv nodejs npm git
78
78
79
79
- name : Setup repository
80
80
uses : actions/checkout@v4
@@ -107,6 +107,16 @@ jobs:
107
107
popd
108
108
ls -lah doc/build
109
109
110
+ - name : Build Coverview
111
+ run : |
112
+ git clone https://github.com/antmicro/coverview
113
+ cd coverview
114
+ npm install
115
+ npm run build
116
+ python3 embed.py --fetch-data "https://raw.githubusercontent.com/antmicro/i3c-core-coverage-results/refs/heads/main/data.zip"
117
+ cd ..
118
+ cp coverview/dist/index.html doc/build/html/coverview.html
119
+
110
120
- name : Pack artifacts
111
121
if : always()
112
122
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments