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

Fixing levelization.sh script to ignore commented out includes #5194

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

vlntb
Copy link
Collaborator

@vlntb vlntb commented Nov 18, 2024

High Level Overview of Change

Issue raised in:
#5193

Context of Change

Added simple check to ignore single-line comments during dependency analysis.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.9%. Comparing base (f64cf91) to head (5d93a1f).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #5194     +/-   ##
=========================================
- Coverage     77.9%   77.9%   -0.1%     
=========================================
  Files          784     784             
  Lines        66681   66679      -2     
  Branches      8162    8160      -2     
=========================================
- Hits         51950   51911     -39     
- Misses       14731   14768     +37     

see 10 files with indirect coverage changes

Impacted file tree graph

vlntb and others added 2 commits November 27, 2024 16:29
This is a more universal way to detect that the line is commented out.

Co-authored-by: Ed Hennis <[email protected]>
@vlntb vlntb requested a review from ximinez November 27, 2024 16:45
Copy link
Collaborator

@ximinez ximinez left a comment

Choose a reason for hiding this comment

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

Nice simple fix. Works for me.

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