create gcov report
All checks were successful
ci / build (push) Successful in 46s

This commit is contained in:
2026-02-02 00:06:44 +01:00
parent bfc9369a5e
commit c742ca6d18
2 changed files with 3 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ jobs:
cd build
ctest -T Test --output-on-failure
ctest -T Coverage --output-on-failure
gcovr -r .. --xml-pretty -o coverage.xml
- name: SonarQube Scan
uses: docker://sonarsource/sonar-scanner-cli:latest