Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.99k stars 1.7k forks source link

Fix collecting coverage in CI #2477

Closed peace-maker closed 1 week ago

peace-maker commented 1 week ago

The upload-artifact action v4.4.0 excluded hidden files from uploads by default. We want to upload only hidden .coverage* files though. Enable hidden files again using the include-hidden-files input.

https://github.com/actions/upload-artifact/releases/tag/v4.4.0

Fixes #2468