File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 path : ./coverage/lcov.info
6262 retention-days : 1
6363
64- sonarcloud :
65- name : Test and Code Quality Report (SonarCloud)
66- needs :
67- - build-lint-test
68- runs-on : ubuntu-latest
69- steps :
70- - name : Check out Git repository
71- uses : actions/checkout@v6
72- with :
73- fetch-depth : 0
74-
75- - name : Download coverage file
76- uses : actions/download-artifact@v8
77- with :
78- name : coverage-report
79-
80- - name : Move the coverage file to a proper location
81- run : |
82- mkdir -p coverage
83- mv lcov.info coverage/lcov.info
84-
85- - name : Verify coverage file ready
86- run : ls -lah ./coverage/lcov.info
87-
88- - name : SonarCloud Scan
89- uses : SonarSource/sonarqube-scan-action@v8
90- with :
91- skipSignatureVerification : true
92- args : >
93- -Dsonar.projectVersion=${{ github.run_id }}
94- env :
95- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
96- SONAR_TOKEN : ${{ secrets.SONAR_CLOUD_TOKEN }}
97- LC_ALL : " C.UTF-8"
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments