We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd14fb commit 4216aa3Copy full SHA for 4216aa3
.github/workflows/tests-and-docs.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Install dependencies
75
run: |
76
sudo apt -qqy update && sudo apt -qqy --no-install-recommends install \
77
- python3 python3-pip python3-venv
+ python3 python3-pip python3-venv git
78
79
- name: Setup repository
80
uses: actions/checkout@v4
@@ -106,6 +106,8 @@ jobs:
106
TZ=UTC make html
107
popd
108
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
111
112
- name: Pack artifacts
113
if: always()
0 commit comments