Skip to content

Markdown tables not formatted correctly after header row #11

Description

@DavidDeSloovere

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.

Image

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 warning

Action logs

these don't have markdown

Action version

v2.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions