BigW Consortium Gitlab

  1. 05 Oct, 2017 1 commit
  2. 12 Sep, 2017 1 commit
  3. 22 Jul, 2017 1 commit
  4. 21 Jul, 2017 1 commit
    • Fix the gcovr coverage regex by removing line separators before scanning · 000ddc96
      Nick Thomas authored
      RE2 differs from Ruby in handling multiple-line strings. The string "foo\n"
      will not match the regular expression "foo$" unless multi-line mode is enabled
      (and it's off by default).
      
      Since we're already scanning the build trace line by line (and so multi-line
      coverage regular expressions won't work), we can fix this by removing the line
      separator before scanning the string.
  5. 20 Jul, 2017 1 commit
  6. 24 May, 2017 15 commits
  7. 18 Apr, 2017 3 commits
  8. 17 Apr, 2017 4 commits
  9. 13 Apr, 2017 2 commits
  10. 12 Apr, 2017 1 commit
    • Return nil as coverage instead of a File object · 23fbbe0c
      Z.J. van de Weg authored
      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.
  11. 06 Apr, 2017 1 commit