colcon / colcon-lcov-result

A colcon extension for collecting lcov output
http://colcon.readthedocs.io
Apache License 2.0
7 stars 5 forks source link

Printout in wrong order #7

Open jpsamper2009 opened 6 years ago

jpsamper2009 commented 6 years ago

Description

Locally:

Starting >>> my_cool_pkg
Finished <<< my_cool_pkg [0.79s]
Summary: 1 package finished [0.96s]

Calculating total coverage... 

Applying filters... 
Reading tracefile /home/jp.samper/workspace/my_cool_ws/lcov/total_coverage.info
Summary coverage rate:
  lines......: 73.1% (19 of 26 lines)
  functions..: 91.7% (11 of 12 functions)
  branches...: 43.8% (14 of 32 branches)

Generating HTML: Done

On CI:

Starting >>> my_cool_pkg
Finished <<< my_cool_pkg [0.79s]
Reading tracefile /builds/ApexAI/grand_central/apex_ws/lcov/total_coverage.info
Summary coverage rate:
  lines......: 73.1% (19 of 26 lines)
  functions..: 91.7% (11 of 12 functions)
  branches...: 43.8% (14 of 32 branches)
Summary: 1 package finished [0.96s]

Calculating total coverage... 

Applying filters... 

Generating HTML: Done