coroo / pytest-coverage-commentator

A Github action to comments a Pytest Coverage on PR
MIT License
46 stars 16 forks source link

How about applying a collapsible expander format #113

Open sangmoon-park opened 3 years ago

sangmoon-park commented 3 years ago

As the project grows, more tests are written. There will be many test files, and this will lead to very long comments. It becomes uncomfortable to see other comments. If Commentator put a collapsible section, it would be very convenient.

below is a example format.

TOTAL | 6329 | 1966 | 69% 5002 passed 8 skipped detail test go on ...
MishaKav commented 3 years ago

Have the same issue. Found solution on similar GitHub Action: Pytest Coverage Comment

image