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

Remove Test Raw String Warnings from C/C++ Linter #74

Merged

Conversation

franziska-wegner
Copy link
Owner

This PR removes some warnings by using raw strings that avoids escaping sequences.

@franziska-wegner franziska-wegner self-assigned this Jan 2, 2024
@franziska-wegner franziska-wegner added the enhancement New feature or request label Jan 2, 2024
@franziska-wegner franziska-wegner enabled auto-merge (squash) January 2, 2024 14:09
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c4e9bb7) 94.37% compared to head (6941a2d) 94.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #74   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          49       49           
  Lines        4921     4921           
=======================================
  Hits         4644     4644           
  Misses        277      277           

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

@franziska-wegner franziska-wegner merged commit 50a74c8 into main Jan 2, 2024
17 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2024/january/remove-linter-warnings-01 branch January 2, 2024 14:19
github-actions bot added a commit that referenced this pull request Jan 2, 2024
This PR removes some warnings by using raw strings that avoids escaping sequences.

*Commits:*
* Add raw strings to avoid escaping
* Add raw strings in dynamic graph test to avoid escaping
* Add raw strings in mapping binary heap tests to avoid escaping
* Add raw strings in bucket tests to avoid escaping
* Add raw strings in binary heap tests to avoid escaping
* Add raw strings in dominating theta path tests to avoid escaping
* Add raw strings in PyPSA parser tests to avoid escaping 50a74c8
github-actions bot added a commit that referenced this pull request Jan 2, 2024
This PR removes some warnings by using raw strings that avoids escaping sequences.

*Commits:*
* Add raw strings to avoid escaping
* Add raw strings in dynamic graph test to avoid escaping
* Add raw strings in mapping binary heap tests to avoid escaping
* Add raw strings in bucket tests to avoid escaping
* Add raw strings in binary heap tests to avoid escaping
* Add raw strings in dominating theta path tests to avoid escaping
* Add raw strings in PyPSA parser tests to avoid escaping 50a74c8
github-actions bot added a commit that referenced this pull request Jan 2, 2024
This PR removes some warnings by using raw strings that avoids escaping sequences.

*Commits:*
* Add raw strings to avoid escaping
* Add raw strings in dynamic graph test to avoid escaping
* Add raw strings in mapping binary heap tests to avoid escaping
* Add raw strings in bucket tests to avoid escaping
* Add raw strings in binary heap tests to avoid escaping
* Add raw strings in dominating theta path tests to avoid escaping
* Add raw strings in PyPSA parser tests to avoid escaping 50a74c8
github-actions bot added a commit that referenced this pull request Jan 2, 2024
This PR removes some warnings by using raw strings that avoids escaping sequences.

*Commits:*
* Add raw strings to avoid escaping
* Add raw strings in dynamic graph test to avoid escaping
* Add raw strings in mapping binary heap tests to avoid escaping
* Add raw strings in bucket tests to avoid escaping
* Add raw strings in binary heap tests to avoid escaping
* Add raw strings in dominating theta path tests to avoid escaping
* Add raw strings in PyPSA parser tests to avoid escaping 50a74c8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

1 participant