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

refactor: source files have no header guards #824

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

alandefreitas
Copy link
Member

fix #819

@cppalliance-bot
Copy link

Copy link

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.24%. Comparing base (0c16da3) to head (406a078).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #824   +/-   ##
========================================
  Coverage    97.24%   97.24%           
========================================
  Files          157      157           
  Lines         8595     8595           
========================================
  Hits          8358     8358           
  Misses         237      237           
Files Coverage Δ
src/authority_view.cpp 85.11% <ø> (ø)
src/decode_view.cpp 100.00% <ø> (ø)
src/detail/any_params_iter.cpp 99.44% <ø> (ø)
src/detail/any_segments_iter.cpp 100.00% <ø> (ø)
src/detail/decode.cpp 85.96% <ø> (ø)
src/detail/except.cpp 100.00% <ø> (ø)
src/detail/format_args.cpp 100.00% <ø> (ø)
src/detail/normalize.cpp 91.35% <ø> (ø)
src/detail/params_iter_impl.cpp 97.58% <ø> (ø)
src/detail/pattern.cpp 100.00% <ø> (ø)
... and 56 more

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 0c16da3...406a078. Read the comment docs.

@alandefreitas alandefreitas merged commit 60d5ee2 into boostorg:develop Mar 4, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source files should not include header guards
2 participants