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

Move header from internal #2867

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

oboukli
Copy link

@oboukli oboukli commented May 1, 2024

Move catch_case_sensitive.hpp from directory
src/catch2/internal/internal to be directly under src/catch2/.

Header catch_case_sensitive.hpp defines enum CaseSensitive which is part of the public API, since it is exposed by the string matcher contracts.

Fixes issue caught by Clang Tidy misc-include-cleaner check.

Move `catch_case_sensitive.hpp` from directory
`src/catch2/internal/internal` to be directly under `src/catch2/`.

Header `catch_case_sensitive.hpp` defines `enum CaseSensitive` which is
part of the public API, since it is exposed by the string matcher
contracts.

Fixes issue caught by Clang Tidy misc-include-cleaner check.
Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.03%. Comparing base (fa5a53d) to head (d0cc3ba).

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2867      +/-   ##
==========================================
+ Coverage   90.99%   91.03%   +0.04%     
==========================================
  Files         198      198              
  Lines        8391     8391              
==========================================
+ Hits         7635     7638       +3     
+ Misses        756      753       -3     

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.

None yet

1 participant