Skip to content

Use DEFLATE compression for test artifact files

At some point I realized the test artifacts files were not using compression (the default when using Python ZipFile objects).

This changes the compression algorithm from STORED to DEFLATED, saving a lot of space as the test reports are basically pure text.

Merge request reports

Loading