Summary
I understand that pytest-cov uses coverage.py under the hood and coverage.py supports --format=markdown as an output option. Could this be added as an output format in pytest-cov?
This would be helpful adding the test report to a GitHub Actions Job Summary, which requires markdown format.