python-coverage-comment-action icon indicating copy to clipboard operation
python-coverage-comment-action copied to clipboard

Feature request: Save the history of htmlcov

Open marcelotduarte opened this issue 1 year ago • 1 comments

I loved this action. Thank you! (I was using codecov and was getting angry because it always gave errors when sending the result to their server.)

When refactoring the workflow I would follow the same path that nedbat used here which is to store each htmlcov in a repository (I would store it in a branch like you did). Obviously using your action is much better even without the history, because you have the comment and that is very good and simplifies the process a lot. In this action, you save the most recent htmlcov in a branch, so I hope it won't be complicated to expand and save the history.

marcelotduarte avatar Dec 06 '24 22:12 marcelotduarte

Oh wow this issue went under my radar, sorry.

So, what exactly do you need ? You have git, and a branch, so you should already be able to access the history of all html coverage files, or am I missing something ?

ewjoachim avatar May 14 '25 21:05 ewjoachim