Working on Github Actions
This commit is contained in:
parent
8eb024e6ed
commit
cc194a0575
7
.github/workflows/build-and-test.yml
vendored
7
.github/workflows/build-and-test.yml
vendored
|
@ -195,9 +195,12 @@ jobs:
|
|||
cmake --build build_hello_world/ --config ${{ matrix.config.build_type }}
|
||||
./build_hello_world/helloworld
|
||||
|
||||
- name: Test Coverage
|
||||
- name: Compute Code Coverage
|
||||
if: ${{ matrix.config.coverage }}
|
||||
shell: bash
|
||||
run: ls -la coverage/
|
||||
run: |
|
||||
make ReactPhysics3D_coverage
|
||||
ls -la coverage/
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: ${{ matrix.config.coverage }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user