Skip to content

Commit 4216aa3

Browse files
ajelinskiPiotrZierhoffer
authored andcommitted
Cleanup the CI flow
1 parent 8bd14fb commit 4216aa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 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 git
7878
7979
- name: Setup repository
8080
uses: actions/checkout@v4
@@ -106,6 +106,8 @@ jobs:
106106
TZ=UTC make html
107107
popd
108108
ls -lah doc/build
109+
git clone https://github.com/antmicro/i3c-core-coverage-results || exit 0
110+
cp i3c-core-coverage-results/*html doc/build/html
109111
110112
- name: Pack artifacts
111113
if: always()

0 commit comments

Comments
 (0)