Skip to content

Commit b37603e

Browse files
committed
Test
1 parent 20aa150 commit b37603e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install dependencies
7575
run: |
7676
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
7878
7979
- name: Setup repository
8080
uses: actions/checkout@v4
@@ -107,6 +107,16 @@ jobs:
107107
popd
108108
ls -lah doc/build
109109
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/refs/heads/aj-test/data.zip"
117+
cd ..
118+
cp coverview/dist/index.html doc/build/html/coverview.html
119+
110120
- name: Pack artifacts
111121
if: always()
112122
uses: actions/upload-artifact@v4

data.zip

1.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)