We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 3e63210 + 245bedb commit 00676f2Copy full SHA for 00676f2
.github/workflows/code_layout.yml
@@ -41,7 +41,7 @@ jobs:
41
cmake -DWITH_SERVER=ON -DUSE_CCACHE=OFF -DWITH_CORE=OFF -DWITH_APIDOC=ON -DWITH_ASTYLE=ON -DENABLE_TESTS=ON -DWITH_DOT=NO ..
42
make -j3
43
- name: Run Tests
44
- run: cd build && ctest -R doc
+ run: cd build && ctest -R PyQgsDocCoverage
45
46
license_check:
47
runs-on: ubuntu-latest
@@ -91,6 +91,10 @@ jobs:
91
steps:
92
- name: Checkout
93
uses: actions/checkout@v2
94
+ - name: Install Requirements
95
+ run: |
96
+ sudo apt install -y \
97
+ expect
98
- name: Doxygen Layout Test
99
run: ./tests/code_layout/test_doxygen_layout.sh
100
0 commit comments