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

escape $ properly #37

Merged
merged 1 commit into from
May 2, 2024
Merged

escape $ properly #37

merged 1 commit into from
May 2, 2024

Conversation

Zethson
Copy link
Member

@Zethson Zethson commented May 2, 2024

Fixes

/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/readfcs/_core.py:27: DeprecationWarning: invalid escape sequence '\$'
  if re.match("^\$P\d+[A-Z]$", k)

Signed-off-by: zethson <[email protected]>
Copy link

github-actions bot commented May 2, 2024

Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.23%. Comparing base (0d92033) to head (49a6176).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #37   +/-   ##
=======================================
  Coverage   89.23%   89.23%           
=======================================
  Files           4        4           
  Lines         130      130           
=======================================
  Hits          116      116           
  Misses         14       14           

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

@Zethson Zethson merged commit 3199329 into main May 2, 2024
7 checks passed
@Zethson Zethson deleted the fix/escape branch May 2, 2024 07:58
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