Try coverage cmake.yml
This commit is contained in:
parent
bc892da992
commit
bedd88be2e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
|
|
@ -40,3 +40,7 @@ jobs:
|
||||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||||
run: ctest -C ${{env.BUILD_TYPE}}
|
run: ctest -C ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
|
- name: Code Coverage Summary
|
||||||
|
- uses: irongut/CodeCoverageSummary@v1.3.0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue