Skip to content

Commit

Permalink
Save artifact
Browse files Browse the repository at this point in the history
nepp95 committed Dec 19, 2024
1 parent f6ebde7 commit 3369f0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sonarcube.yml
Original file line number Diff line number Diff line change
@@ -71,6 +71,12 @@ jobs:
run: |
gcovr --sonarqube ${{ env.RUNNER_TEMP }}\testoutput.junit.xml > coverage.xml
- name: Save coverage
uses: actions/upload-artifact@v3
with:
name: coverage-${{ matrix.config }}
path: coverage.xml

- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3369f0c

Please sign in to comment.