Closed sdarwin closed 4 months ago
GCOVR code coverage report https://91.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://91.http-proto.prtest.cppalliance.org/genhtml/index.html
Coverage Diff https://91.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt
In Github Actions when building the docs, run
set -e
. The flag means if the script encounters an error it stops. Usually that's what you want. To override it on a specific command usecommand || true
. By addingset -e
we discover the docs builds have been failing recently, check the results of the previous workflow.