We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49da2e commit 10fce0dCopy full SHA for 10fce0d
.github/workflows/dotnet-build-and-test.yml
@@ -196,7 +196,7 @@ jobs:
196
- name: Generate test reports
197
uses: danielpalme/[email protected]
198
with:
199
- reports: "./TestResults/Coverage/**/*..cobertura.xml"
+ reports: "./TestResults/Coverage/**/*.cobertura.xml"
200
targetdir: "./TestResults/Reports"
201
reporttypes: "HtmlInline;JsonSummary"
202
0 commit comments