We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57c674 commit 5bdddb5Copy full SHA for 5bdddb5
.github/workflows/build-and-test.yml
@@ -65,7 +65,7 @@ jobs:
65
meson test -C builddir --suite unit --print-errorlogs
66
67
- name: coveralls
68
- if: ${{ matrix.coverage == 'true' }}
+ if: ${{ matrix.coverage == 'true' && github.event_name == 'push' }}
69
run: |
70
python3 -m pip install cpp-coveralls
71
coveralls --exclude tests --root . --build-root builddir --gcov-options '\-lpbc'
0 commit comments