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 7148820 commit 8b9b18cCopy full SHA for 8b9b18c
.github/workflows/coverage.yml
@@ -15,10 +15,10 @@ jobs:
15
uses: actions/checkout@v4
16
- name: Install Requirements for Coverage Testing
17
run: |
18
- apt update && apt install -y lcov
+ apt update && apt install -y lcov gpg
19
- name: Building
20
21
- cmake -B build -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON
+ cmake -B build -DENABLE_COVERAGE=ON -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON
22
cmake --build build -j`nproc`
23
cmake --install build
24
- name: Testing
0 commit comments