Description
The markdown table is not rendered correctly.
After the header, the table is closed.
Lines per file are not included in the table.
This is both in the Actions summary and the PR.
Copilot suggests either remove the
tag, or going with actual
html tags instead.

Workflow snippet
not relevant
# Process diff coverage for PRs
- name: 🧮 Process diff coverage
if: ${{ inputs.run-dotnet-tests && github.event_name == 'pull_request' }}
uses: Affanmir/[email protected]
with:
coverage-files: ./TestResults/**/*.cobertura.xml
annotation-type: notice # default is warningAction logs
these don't have markdown
Action version
v2.1.0
Description
The markdown table is not rendered correctly.
After the header, the table is closed.
Lines per file are not included in the table.
This is both in the Actions summary and the PR.
Copilot suggests either remove the
html tags instead.tag, or going with actual
Workflow snippet
Action logs
Action version
v2.1.0