Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printout in wrong order #7

Open
jpsamper2009 opened this issue Oct 19, 2018 · 0 comments
Open

Printout in wrong order #7

jpsamper2009 opened this issue Oct 19, 2018 · 0 comments

Comments

@jpsamper2009
Copy link
Collaborator

Description

  • In our CI server, it looks like the coverage information is being printed in the wrong order to the console:

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
  • All the results are correct, so this is likely due to how CI processes and capture output in its logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant