Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-04 21:23:06 +02:00
parent c87b747cb3
commit 8eb024e6ed

View File

@ -193,13 +193,16 @@ jobs:
-DCMAKE_EXE_LINKER_FLAGS=-no-pie \
-G "${{ matrix.config.generators }}"
cmake --build build_hello_world/ --config ${{ matrix.config.build_type }}
ls -la build_hello_world
./build_hello_world/helloworld
- name: Test Coverage
shell: bash
run: ls -la coverage/
- name: Upload coverage to Codecov
if: ${{ matrix.config.coverage }}
uses: codecov/codecov-action@v2
with:
path_to_write_report: ./coverage/codecov_report.txt
fail_ci_if_error: true
verbose: true