You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.