Skip to content

Commit 7f2f7fe

Browse files
committed
omg stop it
1 parent e6f8dda commit 7f2f7fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/testing/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
ARGS+=(--collect:"XPlat Code Coverage")
7878
7979
if [[ -n "${{ inputs.code-coverage-settings-file }}" ]]; then
80-
ARGS+=(--settings "${{ inputs.code-coverage-settings-file }}")
80+
ARGS+=(--property:ExcludeByAttribute="^System\.Diagnostics\.DebuggerHiddenAttribute$,^System\.Diagnostics\.CodeAnalysis\.ExcludeFromCodeCoverageAttribute$" }}")
8181
fi
8282
8383
ARGS+=(--property:CoverletOutputFormat="${{ inputs.code-coverage-output-format }}")

0 commit comments

Comments
 (0)