Skip to content

Commit 4ac7266

Browse files
committed
full test
1 parent c11a675 commit 4ac7266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
reportgenerator \
195195
-reports:"./all-coverage/**/coverage.cobertura.xml" \
196196
-targetdir:"./coveragereport" \
197-
-reporttypes:"Html;MarkdownSummaryGithub;Cobertura" \
197+
-reporttypes:"Html;MarkdownSummary;Cobertura" \
198198
-title:"Weaviate C# Client Coverage"
199199
200200
- name: Upload HTML coverage report
@@ -209,7 +209,7 @@ jobs:
209209
if: github.event_name == 'pull_request'
210210
with:
211211
header: coverage
212-
path: ./coveragereport/SummaryGithub.md
212+
path: ./coveragereport/Summary.md
213213

214214
- name: Download all test results
215215
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)