Skip to content
  • Philip Withnall's avatar
    ci: Add a regex to parse line coverage statistics from genhtml output · 524d96fd
    Philip Withnall authored
    
    
    GitLab can then use this to annotate each pipeline with its code
    coverage statistics. It can only use one figure, so we choose lines
    (rather than function or branch coverage) since it’s the most intuitive
    figure.
    
    This parses the ‘lines’ line from output like:
    
    Overall coverage rate:
      lines......: 76.7% (108959 of 142122 lines)
      functions..: 80.7% (10294 of 12763 functions)
      branches...: 51.3% (50226 of 97953 branches)
    
    Signed-off-by: default avatarPhilip Withnall <withnall@endlessm.com>
    524d96fd
Validating GitLab CI configuration… Learn more