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 search directories for clang-format #438

Merged
merged 1 commit into from
Nov 16, 2024
Merged

Conversation

stotko
Copy link
Owner

@stotko stotko commented Nov 16, 2024

After adopting the pitchfork layout in #394, the search directories used to collect all files applicable for clang-format were not updated. Thus, the formatting script as well as the accompanying check script missed half of the project since then. Fix this issue and also include helper files.

@stotko stotko added this to the 2.0.0 milestone Nov 16, 2024
Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.46%. Comparing base (1523669) to head (0ba089c).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
+ Coverage   97.34%   97.46%   +0.11%     
==========================================
  Files          32       32              
  Lines        2524     2602      +78     
==========================================
+ Hits         2457     2536      +79     
+ Misses         67       66       -1     

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

@stotko stotko merged commit 1b7b2e8 into master Nov 16, 2024
61 checks passed
@stotko stotko deleted the fix_format_targets branch November 16, 2024 15:57
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.

1 participant