Skip to content

Commit 1bb3b40

Browse files
authored
Merge pull request #4 from sir-gon/develop
[CONFIG] sonarcloud coverage file path added.
2 parents 3b8436f + 4c5e4a1 commit 1bb3b40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/rust-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
name: coverage-report
4242
path: |
4343
lcov.info
44+
my-clippy-report.json
4445
sonar-issues.json
4546
4647
codecov:
@@ -87,3 +88,4 @@ jobs:
8788
with:
8889
args: >
8990
-Dsonar.externalIssuesReportPaths=sonar-issues.json
91+
-Dsonar.rust.clippy.reportPaths=my-clippy-report.json

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ sonar.organization=sir-gon
1313
# Encoding of the source code. Default is default system encoding
1414
#sonar.sourceEncoding=UTF-8
1515

16-
sonar.coverage.lcov.reportPaths=lcov.info
16+
sonar.rust.lcov.reportPaths=lcov.info

0 commit comments

Comments
 (0)