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 26e6090 commit c6f6dbcCopy full SHA for c6f6dbc
.github/workflows/codecov.yaml
@@ -117,6 +117,7 @@ jobs:
117
- name: Build Doxygen Coverage
118
if: matrix.platform == 'unit_testing'
119
run: |
120
+ pip install -r doc/requirements.txt --require-hashes
121
sudo apt-get update
122
sudo apt-get install -y graphviz # dot is needed but currently missing from the Docker image
123
cmake -B doc/_build -S doc
0 commit comments