Commit graph

3 commits

Author SHA1 Message Date
Alessio Caiazza
91f8e734fe
Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
Z.J. van de Weg
23fbbe0c92 Return nil as coverage instead of a File object
Given a valid pipeline job, and a regex which wouldn't match to a jobs
trace, the stream of the trace would return the File object. This was
not the case when it matched a value, as that would have been return
from the block.

Now the `extract_coverage` method returns `nil` if no match was found.
2017-04-12 12:03:39 +02:00
Kamil Trzciński
828d81ee1f Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00:00