We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11a675 commit 4ac7266Copy full SHA for 4ac7266
.github/workflows/main.yaml
@@ -194,7 +194,7 @@ jobs:
194
reportgenerator \
195
-reports:"./all-coverage/**/coverage.cobertura.xml" \
196
-targetdir:"./coveragereport" \
197
- -reporttypes:"Html;MarkdownSummaryGithub;Cobertura" \
+ -reporttypes:"Html;MarkdownSummary;Cobertura" \
198
-title:"Weaviate C# Client Coverage"
199
200
- name: Upload HTML coverage report
@@ -209,7 +209,7 @@ jobs:
209
if: github.event_name == 'pull_request'
210
with:
211
header: coverage
212
- path: ./coveragereport/SummaryGithub.md
+ path: ./coveragereport/Summary.md
213
214
- name: Download all test results
215
uses: actions/download-artifact@v4
0 commit comments