File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6161 - name : Upload coverage reports to Codecov with GitHub Action
6262 uses : codecov/codecov-action@v5
6363 with :
64- files : coverage.out
64+ files : lcov.info
6565 token : ${{ secrets.CODECOV_TOKEN }} # required
6666 verbose : true # optional (default = false)
6767
8787 with :
8888 args : >
8989 -Dsonar.externalIssuesReportPaths=sonar-issues.json
90- -Dcommunity.rust.lcov .reportPaths=lcov.info
90+ -Dsonar.genericcoverage .reportPaths=lcov.info
Original file line number Diff line number Diff line change @@ -11,4 +11,6 @@ sonar.organization=sir-gon
1111# sonar.sources=.
1212
1313# Encoding of the source code. Default is default system encoding
14- # sonar.sourceEncoding=UTF-8
14+ # sonar.sourceEncoding=UTF-8
15+
16+ sonar.coverage.lcov.reportPaths =lcov.info
You can’t perform that action at this time.
0 commit comments