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 1fe1082 commit af35709Copy full SHA for af35709
.github/workflows/build-library.yml
@@ -90,7 +90,8 @@ jobs:
90
- name: Combine coverage reports
91
uses: danielpalme/[email protected]
92
with:
93
- reports: "**/*.cobertura.xml"
+ reports: "**/coverage.cobertura.xml"
94
+ assemblyfilters: "-*Test*"
95
targetdir: "${{ github.workspace }}/TestResults"
96
reporttypes: "Cobertura;lcov;MarkdownSummaryGithub"
97
verbosity: "Info"
0 commit comments