This commit is contained in:
2026-02-02 12:25:46 +01:00
parent da9f167747
commit 49ac6cec90
5 changed files with 2 additions and 14 deletions

View File

@@ -41,8 +41,3 @@ jobs:
ctest -T Test --output-on-failure ctest -T Test --output-on-failure
ctest -T Coverage --output-on-failure ctest -T Coverage --output-on-failure
gcovr -r .. --xml-pretty -o coverage.xml gcovr -r .. --xml-pretty -o coverage.xml
- name: SonarQube Scan
uses: docker://sonarsource/sonar-scanner-cli:latest
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

2
.gitignore vendored
View File

@@ -56,3 +56,5 @@ test/test_runner
cmake-build-debug/**/* cmake-build-debug/**/*
.idea .idea
.cache/
Testing/

View File

@@ -1 +0,0 @@
---

View File

@@ -1,3 +0,0 @@
Start testing: Feb 01 19:16 CET
----------------------------------------------------------
End testing: Feb 01 19:16 CET

View File

@@ -1,5 +0,0 @@
sonar.projectKey=bar
# relative paths to source directories. More details and properties are described
# at https://docs.sonarsource.com/sonarqube-cloud/advanced-setup/analysis-scope/
sonar.host.url=https://cov.rivercry.com
sonar.cfamily.gcovr.reportPaths=build/coverage.xml