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

[chore] Use grep -E in root Makefile to fix warning #9445

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

evan-bradley
Copy link
Contributor

Description:

This removes a warning on recent GNU grep versions, but also works on other grep implementations. Contrib already is using the -E flag.

This removes a warning on recent GNU grep versions, but also works on other grep implementations. Contrib already is using the `-E` flag.
@evan-bradley evan-bradley requested review from a team and jpkrohling January 31, 2024 19:02
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f37e376) 90.24% compared to head (e5a9389) 90.25%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9445      +/-   ##
==========================================
+ Coverage   90.24%   90.25%   +0.01%     
==========================================
  Files         344      344              
  Lines       17932    17932              
==========================================
+ Hits        16182    16185       +3     
+ Misses       1421     1419       -2     
+ Partials      329      328       -1     

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

@codeboten codeboten merged commit 617615a into open-telemetry:main Feb 1, 2024
32 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 1, 2024
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.

3 participants