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