We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2965f5c commit c0926fdCopy full SHA for c0926fd
.github/workflows/sonarcube.yml
@@ -82,6 +82,13 @@ jobs:
82
run: dotnet test src/Steeltoe.All.sln --filter "Category=MemoryDumps" --framework net9.0 --no-build --configuration Release --collect "XPlat Code Coverage" --settings coverlet.runsettings --logger trx --results-directory ${{ github.workspace }}
83
84
85
+ - name: Upload coverage files
86
+ uses: actions/upload-artifact@v4
87
+ with:
88
+ name: CoverageOutput
89
+ path: '**/coverage.opencover.xml'
90
+
91
92
- name: End SonarQube Cloud scanner
93
if: ${{ !cancelled() && steps.sonar_begin.outcome == 'success' }}
94
env:
0 commit comments