mirror of
https://github.com/boostorg/beast.git
synced 2026-07-04 23:40:55 +02:00
6f38d4ea21
Sometimes lcov would report negative counts. This may be related to lcov running while the job it was collecting counts for was also running. This patch makes two changes: Do not run the coverage build under gdb, and wait for all jobs to finish before running lcov.