Skip to content

Commit 10fce0d

Browse files
committed
Fix coverage
1 parent d49da2e commit 10fce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Generate test reports
197197
uses: danielpalme/[email protected]
198198
with:
199-
reports: "./TestResults/Coverage/**/*..cobertura.xml"
199+
reports: "./TestResults/Coverage/**/*.cobertura.xml"
200200
targetdir: "./TestResults/Reports"
201201
reporttypes: "HtmlInline;JsonSummary"
202202

0 commit comments

Comments
 (0)