cleanup
This commit is contained in:
@@ -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
2
.gitignore
vendored
@@ -56,3 +56,5 @@ test/test_runner
|
|||||||
cmake-build-debug/**/*
|
cmake-build-debug/**/*
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
.cache/
|
||||||
|
Testing/
|
||||||
@@ -1 +0,0 @@
|
|||||||
---
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
Start testing: Feb 01 19:16 CET
|
|
||||||
----------------------------------------------------------
|
|
||||||
End testing: Feb 01 19:16 CET
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user