Flexonze / django-auto-actions

Automatically generates basic Django admin actions based on your models' fields
MIT License
18 stars 4 forks source link

Add an action that will automatically reply to the pull-request with coverage results. #8

Open Flexonze opened 1 month ago

Flexonze commented 1 month ago

Add an action that will automatically reply to the pull-request with coverage results (increase and decrease, etc.)

I think this one is good and allows doing it with coveralls https://github.com/marocchino/sticky-pull-request-comment

(ref)