We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ec711 commit b05735bCopy full SHA for b05735b
.github/workflows/code-coverage.yml
@@ -31,12 +31,12 @@ jobs:
31
- name: Configure
32
shell: bash -l {0}
33
run: |
34
- python ./setup --type=$BUILD_TYPE --arch-flags=false --coverage --generator=Ninja --prefix=$GITHUB_WORKSPACE/Software/MRChem build
+ python ./setup --type=$BUILD_TYPE --arch-flags=false --coverage --generator=Ninja build
35
36
- name: Build
37
38
39
- cmake --build build --config $BUILD_TYPE --target install -- -v -d stats
+ cmake --build build --config $BUILD_TYPE -- -v -d stats
40
41
- name: Test MRChem and generate coverage report
42
0 commit comments