We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b8436f + 4c5e4a1 commit 1bb3b40Copy full SHA for 1bb3b40
.github/workflows/rust-coverage.yml
@@ -41,6 +41,7 @@ jobs:
41
name: coverage-report
42
path: |
43
lcov.info
44
+ my-clippy-report.json
45
sonar-issues.json
46
47
codecov:
@@ -87,3 +88,4 @@ jobs:
87
88
with:
89
args: >
90
-Dsonar.externalIssuesReportPaths=sonar-issues.json
91
+ -Dsonar.rust.clippy.reportPaths=my-clippy-report.json
sonar-project.properties
@@ -13,4 +13,4 @@ sonar.organization=sir-gon
13
# Encoding of the source code. Default is default system encoding
14
#sonar.sourceEncoding=UTF-8
15
16
-sonar.coverage.lcov.reportPaths=lcov.info
+sonar.rust.lcov.reportPaths=lcov.info
0 commit comments