Skip to content

Commit 694de2e

Browse files
jan-malekkgugala
authored andcommitted
docs: Deploy additional coverage dashboards
1 parent fa0083e commit 694de2e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests-and-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
uses: actions/download-artifact@v4
205205
with:
206206
name: custom-axi-coverage
207-
path: i3c-core-coverage-results/
207+
path: custom-axi-coverage/
208208

209209
- name: Build Docs
210210
run: |
@@ -213,6 +213,9 @@ jobs:
213213
TZ=UTC make html
214214
popd
215215
ls -lah doc/build
216+
217+
cp custom-axi-coverage/coverview.html doc/build/html/coverview-custom-axi.html
218+
git clone https://github.com/antmicro/i3c-core-coverage-results
216219
cp i3c-core-coverage-results/*html doc/build/html
217220
218221
- name: Pack artifacts

0 commit comments

Comments
 (0)