Try coverage cmake.yml

This commit is contained in:
Ilusha 2023-07-17 20:43:45 +03:00 committed by Ilya Shurupov
parent 53aa0e34a8
commit 54c44dbd6a

View file

@ -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