actions-rs / tarpaulin

📈 GitHub Action for code coverage reporting with tarpaulin
MIT License
89 stars 16 forks source link

Fix the broken downloading (hopefully) #23

Open xd009642 opened 1 year ago

xd009642 commented 1 year ago

Since tarpaulin now has release artefacts for mac (which appear first in the list when I queried) and the github API is returning tar.gz content type as application/x-gtar this action has been broken for some time. This PR attempts to fix it - however I don't do typescript and haven't figured out a way to test it yet.

As an aside a number of people have been contacting me directly about this action being broken, and not being a contributor to this repo I'm not able push out a fix myself - merely recommend alternatives. I'd appreciate it if I could be added as a contributor - or if the project is deprecated if that could be made clear (i.e. big bold text in the readme and archive the project).

xd009642 commented 1 year ago

Next steps are get the target from a matrix instead of copying it in again and some docs tweaks

Roms1383 commented 1 year ago

any ETA on this ?