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

Issue#1059: Performance improvements: #1064

Merged
merged 7 commits into from
Apr 9, 2024
Merged

Issue#1059: Performance improvements: #1064

merged 7 commits into from
Apr 9, 2024

Conversation

jeremiah-c-leary
Copy link
Owner

  • Added lower value to token and removed .lower() in other files
  • Simplified find_next_token

Resolves #1059

  * Added lower value to token and removed .lower() in other files
  * Simplified find_next_token
Copy link

codecov bot commented Dec 9, 2023

Codecov Report

Attention: Patch coverage is 93.97590% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 96.54%. Comparing base (baf22da) to head (e37b692).
Report is 13 commits behind head on master.

❗ Current head e37b692 differs from pull request most recent head e60b4e1. Consider uploading reports for the commit e60b4e1 to get more accurate results

Files Patch % Lines
vsg/vhdlFile/utils.py 75.00% 4 Missing ⚠️
vsg/rules/multiline_structure.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1064      +/-   ##
==========================================
+ Coverage   94.01%   96.54%   +2.53%     
==========================================
  Files        1557     1530      -27     
  Lines       29028    28839     -189     
  Branches     3414        0    -3414     
==========================================
+ Hits        27291    27844     +553     
+ Misses       1303      995     -308     
+ Partials      434        0     -434     

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

@jeremiah-c-leary jeremiah-c-leary merged commit ce70761 into master Apr 9, 2024
20 of 21 checks passed
@jeremiah-c-leary jeremiah-c-leary deleted the issue-1059 branch April 9, 2024 11:52
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.

Performance Improvements
1 participant