mirror of
https://github.com/boostorg/beast.git
synced 2026-07-06 16:30:52 +02:00
e3ee23bcfd
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.