We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdaf845 commit ff0ac56Copy full SHA for ff0ac56
1 file changed
.github/workflows/test_kernels.yaml
@@ -138,8 +138,8 @@ jobs:
138
echo "<!-- coverage-report -->"
139
echo "## Coverage report — \`kernels/\`"
140
echo
141
- echo "> Measured on the canonical matrix cell: **Python ${PY_VERSION} / Torch ${TORCH_VERSION}**."
142
- echo "> Other matrix cells are not included in this number."
+ echo "> Measured on: **Python ${PY_VERSION} / Torch ${TORCH_VERSION}**."
+ echo "> Other CI configurations are not included in this number."
143
echo "> Hardware-gated code paths (ROCm/XPU/NPU/Darwin/Windows) are excluded or unreachable on the Linux+CUDA runner."
144
145
echo "**Total coverage: \`${PCT_DISPLAY}%\`** — threshold: 80% — ${EMOJI}"
0 commit comments