Skip to content

egrep is deprecated, use grep -E instead#255

Merged
danielhollas merged 1 commit into
masterfrom
egrep
Jul 6, 2026
Merged

egrep is deprecated, use grep -E instead#255
danielhollas merged 1 commit into
masterfrom
egrep

Conversation

@danielhollas

Copy link
Copy Markdown
Contributor

On my Fedora 39 system (already a few years old), using egrep prints a deprecation warning

❯ bash -c "egrep cds README.md" 
egrep: warning: egrep is obsolescent; using grep -E

@danielhollas
danielhollas requested a review from JanosJiri July 6, 2026 14:12
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.00%. Comparing base (06ac5cd) to head (d82545c).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #255   +/-   ##
=======================================
  Coverage   84.00%   84.00%           
=======================================
  Files          47       47           
  Lines        6633     6633           
  Branches      768      768           
=======================================
  Hits         5572     5572           
  Misses        865      865           
  Partials      196      196           
Flag Coverage Δ
unittests 18.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@JanosJiri JanosJiri left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@danielhollas
danielhollas merged commit f019da8 into master Jul 6, 2026
17 checks passed
@danielhollas
danielhollas deleted the egrep branch July 6, 2026 16:08
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.

2 participants