We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f8dda commit 7f2f7feCopy full SHA for 7f2f7fe
1 file changed
.github/actions/testing/test/action.yml
@@ -77,7 +77,7 @@ runs:
77
ARGS+=(--collect:"XPlat Code Coverage")
78
79
if [[ -n "${{ inputs.code-coverage-settings-file }}" ]]; then
80
- ARGS+=(--settings "${{ inputs.code-coverage-settings-file }}")
+ ARGS+=(--property:ExcludeByAttribute="^System\.Diagnostics\.DebuggerHiddenAttribute$,^System\.Diagnostics\.CodeAnalysis\.ExcludeFromCodeCoverageAttribute$" }}")
81
fi
82
83
ARGS+=(--property:CoverletOutputFormat="${{ inputs.code-coverage-output-format }}")
0 commit comments