Working on Github Actions
This commit is contained in:
parent
aaa262c543
commit
093b1498de
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user