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

Add -Wextra -Werror to b2 builds #49

Merged
merged 14 commits into from
Jan 10, 2024

Update testing Jamfile to require static linking for osx ubsan builds

29c915b
Select commit
Loading
Failed to load commit list.
Merged

Add -Wextra -Werror to b2 builds #49

Update testing Jamfile to require static linking for osx ubsan builds
29c915b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 10, 2024 in 0s

85.11% (-2.94%) compared to 6507175

View this Pull Request on Codecov

85.11% (-2.94%) compared to 6507175

Details

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (6507175) 88.05% compared to head (29c915b) 85.11%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #49      +/-   ##
===========================================
- Coverage    88.05%   85.11%   -2.94%     
===========================================
  Files          200       77     -123     
  Lines        11599     4200    -7399     
===========================================
- Hits         10213     3575    -6638     
+ Misses        1386      625     -761     
Files Coverage Δ
include/boost/http_proto/detail/header.hpp 100.00% <ø> (ø)
include/boost/http_proto/detail/impl/workspace.hpp 97.87% <ø> (ø)
include/boost/http_proto/fields_base.hpp 100.00% <ø> (ø)
include/boost/http_proto/fields_view_base.hpp 100.00% <ø> (ø)
include/boost/http_proto/rfc/detail/rules.hpp 100.00% <ø> (ø)
src/detail/header.cpp 94.01% <100.00%> (ø)
src/fields_base.cpp 93.09% <100.00%> (+0.01%) ⬆️
src/fields_view_base.cpp 95.89% <100.00%> (+0.08%) ⬆️
src/file_posix.cpp 83.44% <100.00%> (ø)
src/message_base.cpp 85.34% <100.00%> (ø)
... and 4 more

... and 123 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6507175...29c915b. Read the comment docs.