insightsengineering / coverage-action

Github Action that generates a coverage summary using a Cobertura XML report
https://github.com/marketplace/actions/code-coverage-report-action
MIT License
16 stars 7 forks source link

[Feature Request]: For private repos, test coverage is reported inside math markers #26

Closed andylolz closed 1 year ago

andylolz commented 1 year ago

Feature description

Test coverage is currently reported like this:

🧪 $Test coverage: 82.81%$

I.e. it’s rendered as a math expression, which means it’s not easily copy-pastable, and the percentage sign gets dropped.

Would you consider removing this, and just rendering as text instead? E.g. like this:

🧪 Test coverage: 82.81%

Code of Conduct

Contribution Guidelines

Security Policy