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

Fix header scanning regex #222

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Fix header scanning regex #222

merged 1 commit into from
Nov 27, 2024

Conversation

tcbrindle
Copy link
Owner

...to allow us to pick up headers with extension .h as well as .hpp when building the single header

Fixes #221

...to allow us to pick up headers with extension `.h` as well as `.hpp` when building the single header

Fixes #221
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.60%. Comparing base (9a02b77) to head (76ecd19).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #222   +/-   ##
=======================================
  Coverage   98.60%   98.60%           
=======================================
  Files          69       69           
  Lines        2578     2578           
=======================================
  Hits         2542     2542           
  Misses         36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tcbrindle tcbrindle merged commit ffd1d92 into main Nov 27, 2024
47 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.

Single header contains #include <flux/..>
1 participant