cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

CI: check errors of docs build #91

Closed sdarwin closed 4 months ago

sdarwin commented 4 months ago

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 use command || true. By adding set -e we discover the docs builds have been failing recently, check the results of the previous workflow.

cppalliance-bot commented 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