Skip to content

solve issue with empty filter

Sergi Blanch Torné requested to merge sergi/ci-collate:bugfix_none_filter into main

There is an issue with the newer filter to select all the jobs in a pipeline, regardless of stage or status. It was returning a deque when it should return a set. With this change, calling those filtering methods with None is now the same as calling them with '*'.

This merge request also reviews the content in the readme and fixes the output from the command line. Test coverage has been increased with the download of artifacts from a job.

Merge request reports