Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-05 15:25:26 +02:00
parent aaa262c543
commit 093b1498de

View File

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