Skip to content

Commit af35709

Browse files
committed
(#364) Removed test assemblies from code coverage consideration.
1 parent 1fe1082 commit af35709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-library.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
- name: Combine coverage reports
9191
uses: danielpalme/[email protected]
9292
with:
93-
reports: "**/*.cobertura.xml"
93+
reports: "**/coverage.cobertura.xml"
94+
assemblyfilters: "-*Test*"
9495
targetdir: "${{ github.workspace }}/TestResults"
9596
reporttypes: "Cobertura;lcov;MarkdownSummaryGithub"
9697
verbosity: "Info"

0 commit comments

Comments
 (0)