-
Notifications
You must be signed in to change notification settings - Fork 231
Add markdown output support #688
Copy link
Copy link
Description
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.
Reactions are currently unavailable