Skip to content

CMAKE regex expression fixes#1322

Merged
phlptp merged 2 commits intoCLIUtils:mainfrom
phlptp:cmake_regex
Mar 29, 2026
Merged

CMAKE regex expression fixes#1322
phlptp merged 2 commits intoCLIUtils:mainfrom
phlptp:cmake_regex

Conversation

@phlptp
Copy link
Copy Markdown
Collaborator

@phlptp phlptp commented Mar 28, 2026

The CMake regex tests for the examples were not doing what was expected when multiple strings were included that was an OR statement vs an AND statement, this modification corrects that situation. There were no errors in the code for the tests but a few ordering issues and one incorrect string that got modified at some point and the test never updated due to the OR condition

phlptp and others added 2 commits March 28, 2026 06:13
…strings were included that was an OR statement vs an AND statement, this modification corrects that situation. There were no errors in the code for the tests but a few ordering issues and one incorrect string that got modified at some point and the test never updated due to the OR condition
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e4ee3af) to head (342e615).
⚠️ Report is 192 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #1322     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           17        19      +2     
  Lines         4546      5144    +598     
  Branches         0      1102   +1102     
===========================================
+ Hits          4546      5144    +598     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@phlptp phlptp merged commit 027c35d into CLIUtils:main Mar 29, 2026
74 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.

1 participant