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