Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-08 16:32:41 +02:00
parent 66fdca414f
commit 5d22c91bfe

View File

@ -201,7 +201,6 @@ jobs:
shell: bash
run: |
cmake --build build/ --target coverage
ls -la coverage/
- name: Upload coverage to Codecov
if: ${{ matrix.config.coverage }}