From 49ac6cec901efb9ac8a2f8fe31e968aecd589742 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Mon, 2 Feb 2026 12:25:46 +0100 Subject: [PATCH] cleanup --- .gitea/workflows/ci.yml | 5 ----- .gitignore | 2 ++ Testing/Temporary/CTestCostData.txt | 1 - Testing/Temporary/LastTest.log | 3 --- sonar-project.properties | 5 ----- 5 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 Testing/Temporary/CTestCostData.txt delete mode 100644 Testing/Temporary/LastTest.log delete mode 100644 sonar-project.properties diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 97ce66f..bbcfb01 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,8 +41,3 @@ jobs: 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 - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.gitignore b/.gitignore index 72b1d24..816992a 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ test/test_runner cmake-build-debug/**/* .idea +.cache/ +Testing/ \ No newline at end of file diff --git a/Testing/Temporary/CTestCostData.txt b/Testing/Temporary/CTestCostData.txt deleted file mode 100644 index ed97d53..0000000 --- a/Testing/Temporary/CTestCostData.txt +++ /dev/null @@ -1 +0,0 @@ ---- diff --git a/Testing/Temporary/LastTest.log b/Testing/Temporary/LastTest.log deleted file mode 100644 index dc30432..0000000 --- a/Testing/Temporary/LastTest.log +++ /dev/null @@ -1,3 +0,0 @@ -Start testing: Feb 01 19:16 CET ----------------------------------------------------------- -End testing: Feb 01 19:16 CET diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 2ac23df..0000000 --- a/sonar-project.properties +++ /dev/null @@ -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 \ No newline at end of file